#lightbox{
	background-color:transparent;
	padding: 10px;
	border-bottom: 0px solid #666;
	border-right: 0px solid #666;
	}
#lightboxDetails{
	font-size: 0.1em;
	background-image: url(../img/x.png);
	background-position: right;
	height: 30px;
	width: 200px;
	background-repeat: no-repeat;
	margin-right: 20px;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{
	top: -20px;
	right: 0px;
}

#lightbox img{
	border: none;
	clear: both;
	margin-top: 20px;
} 
#overlay img{ border: none; }

#overlay{
	background-image: url(../img/overlay.png);
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
