#lightbox {
	background-color:#eee;
	padding: 20px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 11px;
	padding-top: 30px;
}	
#lightboxCaption { 
	float: left; 
}
#keyboardMsg { 
	float: right;
}
#closeButton { 
	top: 2px;
	right: 2px;
}
#lightbox img { 
	border: none;
	clear: both;
} 
#overlay img { 
	border: none; 
}
#overlay { 
	background-image: url(../images/overlay.png); 
}
html #overlay {
	background-color: #333;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}	