#lightbox {
	background-color: #fff;
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

#overlay {
	background-color: #000001;
	opacity: .50;
}

#lightboxCaption {
	color: #000;
	background-color: #fff;
	font-size: 90%;
	font-weight: 500;
	text-align: center;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

#lightboxIndicator {
	border: 1px solid #fff;
}

#lightboxOverallView {
	background-color: #000001;
	opacity: .50;
}

* html #lightboxOverallView,
* html #overlay {
	background-color: #000001;
	background-image: url(blank.gif);
}
