#lightbox {
	-moz-border-radius:6px 0 6px 0;
	background:url("http://yvonnestrahovski.it/gallery/themes/yvonnebrown/images/bgmedia.jpg") repeat scroll 0 0 transparent;
	border:1px solid #666666;
	margin-left:2px;
	margin-top:2px;
	padding:12px;
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#loadingImage {
        margin-left: 10px;
        margin-top:5px;
}
#closeButton {
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxImage {
        margin: 0 0 0 1px;
	border: 1px solid #fff;
}
#lightboxOverallView,
#overlay {
	background-color: #000;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=50);
}
