#lightbox {
	background-color: #eee;
	padding:5px;
}
#overlay {
  text-align: left;
  background-image: url(../img/lightbox/overlay.png);
}
#lightboxCaption {
	color: #000000;
	background-color: #eee;
	font-size: 1.0em;
	text-align: left;
	padding:10px;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(../img/lightbox/overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(../img/lightbox/blank.gif);
	filter: Alpha(opacity=50);
}
