#lightbox{
	background-color:#fff;
	padding: 15px;
	/*
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	*/
	min-height: 200px;
	min-width: 200px;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 10px; right: 10px; }
/*
#lightboxImage {margin-top: 25px; }
*/

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

#overlay{ background-image: url(../_images/overlay.png); }

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


