#lightbox{
	background-color:#eee;
	padding: 10px;
	border:1px solid #000;
	xborder-bottom: 2px solid #666;
	xborder-right: 2px solid #666;
	}
#lightboxDetails{
	padding-top: 0.4em;
	padding-bottom:10px;
	}	
#lightboxCaption{ float: left; color:#000; margin:0 10px 0 0; }
#keyboardMsg{ float: right; clear:none; color:#c30; }
#closeButton{ top: 5px; right: 5px; display:block;}

#lightbox img{ 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(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	