#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;
	opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=50);
}
