#lightbox {
	background-color: #000;
	padding: 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#overlay {
    text-align: left;
	background-image: url(../images_n/lightbox/overlay.png);
}
#lightboxCaption {
	color: #fff;
	background-color: #000;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(../images_n/lightbox/overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(../images_n/lightbox/blank.gif);
	filter: Alpha(opacity=50);
}
