#lightbox{
	background-color:#eee;
	padding: 10px;
	color:#000;
	font-size:1.2em;
	font-weight:bold;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float:left; font-size:1.4em; font-weight:bold; }
#keyboardMsg{ float: right; font-size:0.5em; }
#keyboardMsg a { color:#000; }
#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="/img/overlay.png", sizingMethod="scale");
	}