#lightbox {
	background-color: #efefef;
	padding: 10px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
#overlay {
	background-image: url(http://okz-web.com/jss/lightbox/overlay.png);
}
#lightboxCaption {
	color: #3333333;
	background-color: #efefef;
	font-size: small;
	text-align: center;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;

}
* html #overlay {
	background-color: #000000;
	background-image: url(blank.gif);
	filter: Alpha(opacity=50);
}

