#lightbox{
	border-top:solid 1px #FDED6E; border-left:solid 1px #FDED6E; border-right:solid 1px #FAB909; border-bottom:solid 1px #FAB909; background:#FCE10E; padding:5px; color:#1084D3;
	}
#lightboxDetails{
	font-size: 12px;
	padding-top: 1px;
	}	
#lightboxCaption{ float: left;}
#keyboardMsg{ float: right; }
#closeButton{ top: 0px; right: 0px; }

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

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

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