#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
{
	color: #707070;
	float: right;
}

#closeButton{ top: 5px; right: 5px; }

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

#overlay img{ border: none; }

#lightbox
{
	position: relative;
	z-index: 20001;
}

#overlay
{
	background-image: url(../../images/lightbox/overlay.png);
	position: relative;
	z-index: 20000;
}

* html #overlay
{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
}

.header .header-top-container .header-top #logo
{
	top: 0px;
	position: relative;
	z-index: 0 !important;
}


/*
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
*/	