#imagearea {
	float : left;
	width: 530px;
	height: 530px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(pics/loading.gif);
}


#RFGallery {
position: absolute;
	z-index: 2;
	width: 525px;
	}
	
#RFGalleryCaption {
font-size:12px;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
float: right;
	margin: 7px 5px 2px 5px;

	padding: 2px 15px 2px 10px;
		background-color: #ffffff;
	/*url(pics/shadow.png);*/
	opacity: 0.70;
	-moz-opacity: 0.70; /* older Gecko-based browsers */
	filter:alpha(opacity=70); /* For IE6&7 */
	}
#imageshdw{
position: absolute;
	float:left;
	z-index: 3; 
	background-color: #000000;
	/*url(pics/shadow.png);*/
	height:100%; 
	width:5px;
	opacity: 0.15;
	-moz-opacity: 0.15; /* older Gecko-based browsers */
	filter:alpha(opacity=15); /* For IE6&7 */
margin: 0px;
}



#image {margin: 0px; position: absolute; z-index: 1; float: left; width:530px; height:100%;  }
/*#image img {position:absolute; top:5px; left:5px}*/
#thumbwrapper {float: left;   width:260px; height:630px;  margin-top: 2px;}
#thumbarea {height:auto; width:230px; }
#thumbs {list-style:none; height:auto; margin:0;  padding: 0;}
#thumbs li {float:left; margin: 5px; cursor:pointer}
#thumbs img { border:solid #EFEFEF 1px;  cursor:pointer}


/*.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}*/

