#lightbox {
	background-color: #FFF;
	border: 1px solid #666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#lightboxCaption {
	color: #666;
	background-color: #FFF;
	font-size: 80%;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-right-color: #666;
	border-bottom-color: #666;
}
#lightboxIndicator {
	border: 1px solid #999;
	background-color: #FFF;
}
#lightboxOverallView,
#overlay {
	background-color: #000;
	opacity: 0.7;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #FFF;
	filter: Alpha(Opacity=90);
}
