#lightbox {
	background-color: #fff;
	padding: 10px;
	border-bottom: 6px solid #fff;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(/templates/template-1/box/overlay.png);
}
#lightboxCaption {
	color: #000;
	font-size: 12px;
    font-weight: bold;
	text-align: left;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(/templates/template-1/box/overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(/templates/template-1/box/blank.gif);
	filter: Alpha(opacity=50);
}
 