#lightbox{
	background-color:#eee;
	padding: 10px;
	border: 1px solid #999;
	}
#lightboxDetails{
	font-size: 11px;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; font-size:9px; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/gallery/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(../images/gallery/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/resources/images/gallery/overlay.png", sizingMethod="scale");
	}
	