#lightbox {
        font-family: Arial;
	background-color:#eee;
	padding: 19px;
        border-top: 2px solid #888;
	border-left: 2px solid #888;
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
	}
div#lightboxDetails{
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 10px;
	}	
/*
#lightboxCaption{ float: left; clear: both;}
#keyboardMsg{ float: right; }
*/

#lightboxCaption { text-align: center; }
#closeButton{ top: 0px; right: 0px; }

#lightbox img{ clear: both; border: none;} 
#overlay img{ border: none; }
#overlay{ background-image: url(../img/overlay.png); padding-bottom: 10%;}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
	}