#lightbox {
	background-color: #eee;
	padding: 0px;
}
#overlay {
	background-image: url(sirill_web_background_gallery_show.gif);
	filter: Alpha(opacity=98);
	opacity: 0.98;
}
#lightboxCaption {
	color: #FFF;
	background-color: #111;
	background-image: url(../css/background/sirill_web_background_content.png);
	font-family: "Trebuchet MS", Verdana, Arial;
	padding: 2px 0 2px 0;
	font-size: 120%;
	text-shadow: 0 0 5px #EEE;
	text-align: center;
}
#lightboxIndicator {
	border: 0px solid #fff;
}
#lightboxOverallView {
	background-color: #111;
	filter: Alpha(opacity=98);
	opacity: 0.98;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #111;
	filter: Alpha(opacity=98);
	opacity: 0.98;
}

