#lightbox {
	background-color: #eee;
	border: 1px solid;
	padding: 10px 10px 20px 10px;
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	border: none;
	font-size: 12px;
	text-align: center;
	margin-top: 2px;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	background-color: #000;
	background:url(/lib/lightbox_plus/overlay.png) 0 0 repeat;
}

* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background:url(/lib/lightbox_plus/overlay.png) 0 0 repeat;
}

