#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;
	}	
#lightbox{
	background-color:white;
	background-color: #2a2f26;
	color: #dddddd;
	font-family: Verdana, sans-serif;
	padding: 0px;
	border: 1px solid #6a8255;
/*	border-bottom: 2px solid #666;*/
/*	border-right: 2px solid #666;*/
	}
#lightboxCaption{ float: left; position: relative; top: -3px; left: 5px; }
#keyboardMsg{ float: right; }
#closeButton{ top: 0px; right: 0px; display: none; }

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

#overlay{ background-image: url(overlay.png); z-index: 20; }

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