/*body{
text-align:center;
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
background-color:#A68B60;
}
#wrapper{
width:750px;
margin:12px auto;
text-align:center;
}
h2{
	font-size:22px;
	border-bottom:1px dotted #F1E9C2;
	color:#F1E9C2;
	clear:both;
	margin:4px 150px 4px 110px;
}*/
/* --- select gallery dropdown ---*/
.selectForm label{
width:100px;
font-size:12px;
color:#F1E9C2;
text-align:right;
padding:4px 12px 0 0;
margin-left:5px;
}
.selectForm{
margin:2px 5px 22px 205px;
float:left;
}

/* --- large image ---*/
.fullWrapper{
min-height:260px;
height:auto;
text-align:center;
margin-bottom:0px;
width:500px;

}
.fullWrapper a img{
border: none !important; 
padding:0px;
background-color:#000;
margin:0px;
}
/* --- thumbnails ---*/
.thumbsWrapper {
clear:left;
position: relative;
padding: 0px;
width: 500px;
margin-left:0px;
}
.thumbsWrapper ul {
position: absolute;
vertical-align:bottom;
list-style: none;
overflow: none;
/*padding: 0 12px 0 0;*/
margin: 0 9px 0 0px;
padding:0px;
}  
.thumbsWrapper ul li{
display: inline;
text-align:center;
font-size:12px;
float:left;
width:110px;
}
.thumbsWrapper ul li a{
	outline: none;	
}

.thumbsWrapper ul.thumbnails li span.caption{
float:left;
clear:left;
width:200px;
display:none;
}
.thumbsWrapper a img{
height:80px;
 
/*border: 2px solid #0A090B !important;
border-bottom:8px solid #0A090B !important;*/
}
.thumbsWrapper a img.currentImg{
height:80px;
/*border: 2px solid #F1E9C2 !important;
border-bottom:8px solid #F1E9C2 !important;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;*/

filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}
/* --- next and back image links --- */
a.nextLink, a.backLink{
font-size:14px;
color:#0A090B;
text-decoration:none;
vertical-align:top;
width:62px;
text-align:center;
font-size:10px;
padding:3px 2px;
border:0px solid #0A090B;
}
a.backLink{
float:left;
margin:0px !important;
}
a.nextLink{
float:right;
margin:0px !important;
}
a.nextLink:hover, a.backLink:hover{
	/*color:#232323;
	background-color:#F1E9C2;*/
}

/* ----- slider css --------- */
.slider {
width: 500px;
margin: 0 0 35px 0;
padding: 0px;
position: relative;
top:0px;
cursor:pointer;
background-color:#DADADA;
height:12px;
}   
.handle {
position: absolute;
cursor: pointer;
height: 12px;
width: 52px;
top: 0px;
background-color:#68B3D2;
z-index: 100;
border:0px solid #0A090B;
}

/* gallery links */
ul.galLinks{
list-style:none;
font-size:12px;
display:block;
border:1px solid #F1E9C2;
height:120px;
padding:12px 4px 4px 4px;
width:500px;
margin-left:55px;
}
ul.galLinks li{
float:left;
width:100px;
text-align:center;
}
ul.galLinks li a img{
float:left;
margin:4px 4px 4px 18px;
width:66%;
border:none !important;
padding:1px;
background-color:#000;
}
ul.galLinks li a{
float:left;
clear:left;
width:100px;
text-align:center;
text-decoration:none;
color:#0A090B;
}
ul.galLinks li a:hover{
text-decoration:underline;
color:#F1E9C2;
}	
ul.galLinks li a.currentLink{
color:#F1E9C2;
filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}	
ul.galLinks li a:hover img, ul.galLinks li a.currentLink img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
background-color:#F1E9C2;
}
/*--- caption ---*/
#captionBox{
	font-size:12px;
	margin-right:58px;
	color:#F1E9C2;
}

