#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;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="includes/lightbox/overlay.png", sizingMethod="scale");
	}
.thumb_wrapper {text-align:center;}
.thumb_wrapper .container {}
.thumb_wrapper .shadow {background: url("images/shadow_1.jpg") bottom no-repeat;}
.thumb_wrapper .thumb {background: url("images/shadow_2.jpg") bottom no-repeat; padding-bottom:14px;}
.thumb_wrapper .title {width: 100px; background:#FFF; border:1px solid #CCCCCC; margin:0px 3px 3px; padding:3px; color:#999999; font-weight:bold;}