#lightbox {
	border-radius: 10px;
	background-color : #cccccc;
	padding: 3px;
	margin: 3px;
}
#lightboxCaption {
	text-align : center;
}
#lightboxIndicator {
	border : 0px;
}
#lightboxOverallView,
#overlay {
	background-color : #ffffff;
	opacity : 0.9;
	border : 0px;
}
* html #lightboxOverallView,
* html #overlay {
	background-color : #ffffff;
	filter : Alpha(opacity=90);
	border : 0px;
	width : 100%;
	height : 100%;
}
#lightbox img {
	border : 0px;
}
}
