#lightbox {
	background-color:white;
	padding:8px;
}
	
#lightboxDetails {
	padding:8px 0 0 0;
}
	
#lightboxCaption {
	float:left;
}

#keyboardMsg { 
	float: right;
}

#closeButton {
	top:3px;
	right:3px;
}

#lightbox img {
	border: none; clear: both;
}
 
#overlay img {
	border: none;
}

#overlay{
	background-image: url(../layoutimages/lightboxOverlay.png);
}

* html #overlay {
	background-color: #3c3c3c;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../layoutimages/lightboxOverlay.png", sizingMethod="scale");
}
	
