#lightbox {
	background-color: #bbb;
	padding: 10px;
}
#overlay {
	background-image: url('overlay.png');
}
#lightboxCaption {
	color: #2e2e2e;
	background-color: #bbb;
	font-size: 90%;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url('overlay.png');
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url('blank.gif');
	filter: Alpha(opacity=50);
}
