.lightbox {
	text-align: center;
}
.lightbox img {
	width:	30%;
	margin: 0.5%;
	-box-shadow: 0 0 2vh #555;
}


.access img,
.double img {
	width:	60%;
}
hr {
	margin:0;
	border:0;
	background:url(hr-decorative.png) center no-repeat;
	background-size:contain;
	width:100%;
	height:2vh;
}
@media all and (orientation:landscape) { 
}
@media all and (orientation:portrait) { 
}



.lightbox a {
	/*transition: opacity 1s ease-in-out;
	opacity:0.6;*/
}
.lightbox a:hover {
	/*opacity:1;*/
}

