#lightbox {
background-color:#000;
padding: 10px;
}
#lightboxCaption {
color: #fff;
background-color: #000;
font-size: 90%;
text-align: center;
}#lightboxOverallView,
#overlay {
background-color:#333;
opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #333;
	filter: Alpha(opacity=50);
}
