#lightbox{
	background-color:#eee;
	padding: 10px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 2px solid #555;
	border-right: 2px solid #555;
	}
#lightboxDetails{
	font-size: 1em;
	padding-top: 0.0em;
	}	
#lightboxCaption{ float: left; padding: 4px 0 0 0; margin: 0; color: #2A4357;}
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

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


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

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


