#lightbox {
	background-color: #FFF;
	padding: 9px;
}
#lightboxCaption {
	color: #909090;
	background-color: #FFF;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	font-size: 12px;
	text-align: center;
	padding:2px 0px 5px 0px;
}

h1 {color:#909090; font-size: 22px; font-weight:bold; margin: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);
}
