#lightbox {
	background-color:#000000;
	padding: 10px;
	z-index:9;
/*	border-bottom: 1px solid #666;
	border-right: 1px solid #666;*/
}
#overlay {
	background-image: url(../images/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #000000;
	/*font-size: 90%;*/
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-align: center;
	/*border-bottom: 1px solid #666;*/
	/*border-right: 1px solid #666;*/
	z-index:9;
	padding-right:2px;
}
#lightboxIndicator {
	border: 1px solid #fff;
	z-index:9;
}
#lightboxOverallView {
	background-image: url(../images/overlay.png);
	
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(../images/blank.gif);
	filter: Alpha(opacity=70);
}
