#lightbox {
	background-color: #3F3F3F;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-right-color: #3F3F3F;
	border-bottom-color: #3F3F3F;
	border-top-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#overlay {
	background-image: url(overlay.png);
}
}
#lightboxIndicator {
	border: 1px solid #3F3F3F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#lightboxOverallView {
	background-image: url(overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(blank.gif);
	filter: Alpha(opacity=50);
}


