#lightbox{
	background-color:#fff;
	padding-top: 10px;
                  padding-right: 10px;
                  padding-bottom: 10px;
                  padding-left: 10px;
                  margin:0;
	/*border-bottom: 2px solid #666;
	border-right: 2px solid #666;
                  border-bottom:2px solid #eee;*/
	}
#lightboxDetails{
	font-size: 1em;
                  font-style:oblique;
                  font-family: "trebuchet ms", arial, sans-serif;
                  font-weight:bold;
	padding: 0;
                  margin: 0;                 
	}	
#lightboxCaption{ text-align:center; }
/*#keyboardMsg{ float: right; }*/
/* #closeButton{ bottom: 0px; right: 10px; }*/

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

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

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