

/* [lightbox] */
#lightbox {
	/*background-color: #eee;*/
	padding: 0px;
	border-bottom: 1px solid #c5c7bf;
	border-right: 1px solid #c5c7bf;
	
}
#overlay {
	text-align: left;
	background-image: url(overlay.png);
}
#lightboxCaption {
	font-size: 90%;
	text-align: left;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView {
	background-image: url(overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #FFF;
	background-image: url(blank.gif);
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
}
/* [extra styles] */


