#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(/themes/riversearch06/images/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 0px;
	text-align: left;
	line-height: normal;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-indent: 20px;
	display: none;
}
* html #overlay {
	background-color: #000;
	background-image: url(/themes/riversearch06/images/blank.gif);
	filter: Alpha(opacity=50);
}




#loadingImage{
	margin: auto;
	background-color: #FF0000;
	height: 22px;
	width: 126px;
	border: 1px solid #006699;
	display: block;
	background-image: url(/themes/riversearch06/images/loading.gif);
}





#content img.right ,#content img.left, #content img.border {
	background-image: url(/themes/riversearch06/images/lightboxBG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 13px;
}
