#lightbox {
	background-color:	#fff;
	padding:			10px;
	box-shadow:			0 2px 30px rgba(0,0,0,0.4);
	border-radius:		6px;
}
#lightboxdetails {
	padding-top:		0;
}	
#lightboxcaption {
	text-align:			center;
	margin:				10px 0 0 0;
}
#lightbox a {
	display:			block;
	margin:				0;
}
#lightbox img {
	display:			block;
	border:				none;
	margin:				0;
	padding:			0;
	clear:				both;
}
#loading {
	width:				150px;
	text-align:			center;
	font-family:		system-ui, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:			0.85em;
	font-weight:		bold;
	color:				#fff;
	text-shadow:		0 0 3px rgba(0,0,0,0.4);
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:	none;
	-ms-user-select:	none;
	user-select:		none;
	cursor:				default;
}
#overlay {
	background-color:	#333;
	opacity:			0.65;
	-moz-opacity:		0.65;
	filter:				alpha(opacity=65);
}
#overlay img {
	border:				none;
}