#lightbox{
	background-color:#fff;
	padding: 10px;
	border-bottom: 2px;
	border-right: 2px;
	}
#lightboxDetails{
	font-size: 10;
	font-family: arial;
	padding-top: 10;
	padding-bottom: 10;
	font-weight: bold
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

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

#overlay{ background-image: url(overlay.png);position: absolute;     top: 0px;     left: 0px;     z-index: 90;     width: 100%;     height: 100%;  }

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