#lightbox_div{
	background-color:#fff;
	padding: 10px;
	border:5px solid #444;
	xfilter:alpha(opacity=87);
	xopacity: 0.87;
	x-moz-opacity:0.87;
}
#lightboxDetails_div{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption_div{ float: left; font-size:16px; font-weight:bold; }
#keyboardMsg_div{ float: right; }
#closeButton_div{ top: 5px; right: 5px; }

#lightbox_div img{ border: none; clear: both;} 
#overlay_div img{ border: none; }

#overlay_div{ background-image: url('/images/lightbox/overlay.png'); }

* html #overlay_div{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url('/images/lightbox/blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox/overlay.png", sizingMethod="scale");
}
	
.closebar {
	background: #ededed url('/images/close-bar.gif') bottom repeat-x;
	text-align:right;
	margin-bottom:10px;
}