#lightbox{
	background-color:#876;
	padding: 5px;
	border-top: 1px solid #a39393;
	border-left: 1px solid #a39393;
	border-bottom: 1px solid #544;
	border-right: 1px solid #544;
	}
#lightboxDetails{
	font-family: Arial, Helvetica;
	font-size: 0.8em;
	font-weight: bold;
	color: #234;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; display: none; }
#lightbox #closeButton{ top: 5px; right: 5px; border: none; border-top: solid #544 1px; border-right: solid #544 1px; }

#lightbox img{ border: solid #544 1px; clear: both;} 
#overlay img{ border: none; }

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

* html #overlay{
	//background-color: #333;
	//width: 100%;
	//height: 100%;
	//position: fixed;
	background-color: transparent;
	background-image: url(overlay.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="lightbox/overlay.png", sizingMethod="scale");
	}
	