

#lightbox {
	background-color: #ffffff;
	padding: 25px;
}
#lightboxImage {
	background-color: #ffffff;
	padding: 25px;
}


#overlay {
	background-image: url(overlay.png);

}
#lightboxCaption {
	color: #333;

	text-align: center;
	margin-top: 45px;
	padding: 0 15px 15px 15px;
}
#closebutton {

}

#lightboxIndicator {

}
#lightboxOverallView {
	background-image: url(overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(blank.gif);
	filter: Alpha(opacity=50);
}

