#lightbox {
	background-color: #eeeeee;
	padding: 10px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
#overlay {
	background-image: url(img/overlay.png);
}
#lightboxCaption {
	color: #333333;
	background-color: #eeeeee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666666;
}
#lightboxIndicator {
	border: 1px solid #ffffff;
}
#lightboxOverallView {
	background-image: url(img/overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000000;
	background-image: url(img/blank.gif);
	filter: Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
