#lightbox {
	background-color:	#FFF;
	padding:			10px;
	border:				1px solid #000;
	-webkit-box-shadow:	0 2px 23px rgba(0,0,0,0.4);
	box-shadow:			0 2px 23px rgba(0,0,0,0.4);
}
#lightboxdetails {
	padding-top:		0;
}	
#lightboxcaption {
	text-align:			center;
	margin:				5px 0 0 0;
}
#closebutton {
	background:			url(/code/enlarge/close.png) no-repeat;
	position:			absolute;
	top:				0;
	right:				0;
	width:				21px;
	height:				21px;
}
#lightbox a {
	display:			block;
	margin:				0;
}
#lightbox img {
	display:			block;
	border:				none;
	clear:				both;
}
#loading {
	background:			url(/code/enlarge/loading.png) no-repeat;
	width:				100px;
	height:				40px;
}
#overlay {
	background-color:	#111;
	opacity:			0.6;
	-moz-opacity:		0.6;
	filter:				alpha(opacity=60);
}
#overlay img {
	border:				none;
}