#lightbox{
	background-color:#eee;
	padding: 10px 10px 5px 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 1.0em;
	padding-top: 0.1em;
	padding-bottom: 0; width: 100%;
	}	
#lightboxCaption{   }
#keyboardMsg{ float: right; }
#hoverNav{ position: absolute; top: 25px; left: 0; height: 50px; width: 100%; z-index: 10; }
#closeButton{ top: 2px; right: 2px;   }

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


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

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