#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	width: 150px; 
	}	
#lightboxCaption{ display: hidden; width: 150px;}
#keyboardMsg{ float: left; width: 150px; }
#closeButton{ display: hidden; top: 5px; right: 5px; width: 150px;}

#lightbox img{ border: none; clear: both; width: 500px; } 
#overlay img{ border: none; }

#overlay { background-image: url(overlay.png);  }
* html #overlay{
	text-align: center;
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="resources/overlay.png", sizingMethod="scale");
}

