#lightbox {
	background-color: #fff;
	padding: 5px;
	margin-top: 5px;
}
#overlay {
	background-image: url(overlay.png);
}

#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);
}

