#lightbox {
	background-color: #fff;
	padding: 10px;
}
#overlay {
	background-image: url(/common/lightbox_plus/overlay.png);
}
#lightboxCaption {
	color: #000;
	background-color: #fff;
	font-size: 12px;
	text-align: left;
	font-weight:bold;
	height:35px;
	padding-top:10px;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(/common/lightbox_plus/overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=60);
}
