/* --- select gallery dropdown ---*/
.selectForm label{
width:100px;
font-size:12px;
color:#d6b894;
text-align:right;
padding:4px 12px 0 0;
margin-left:5px;
}
.selectForm{
margin:2px 5px 22px 205px;
float:left;
display:none;
}

/* --- large image ---*/
.fullWrapper{
height:460px;
text-align:center;
margin-bottom:24px;
}
.fullWrapper a img{
border:2px solid #d6b894 !important;
margin:12px;
}
/* --- thumbnails ---*/
.thumbsWrapper {
clear:left;
position: relative;
padding: 10px;
width: 455px;
margin-left:13px;
}
.thumbsWrapper ul {
position: absolute;
vertical-align:bottom;
list-style: none;
overflow: none;
padding: 0 12px 0 0;
margin: 0 9px 0 19px;
}  
.thumbsWrapper ul li{
display: inline;
text-align:center;
list-style-type:none;
font-size:12px;
float:left;
width:110px;
}
.thumbsWrapper ul.thumbnails li span.caption{
float:left;
clear:left;
width:80px;
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 #d6b894 !important;
border-bottom:8px solid #d6b894 !important;
}
/* --- next and back image links --- */
a.nextLink, a.backLink{
font-size:14px;
color:#0A090B;
text-decoration:none;
vertical-align:top;
width:38px;
text-align:center;
font-size:10px;
padding:3px 2px;
border:1px solid #0A090B;
}
a.backLink{
float:left;
margin:12px 0 12px 39px !important;
}
a.nextLink{
float:right;
margin:12px 44px 12px 0 !important;
}
a.nextLink:hover, a.backLink:hover{
	color:#232323;
	background-color:#d6b894;
}

/* ----- slider css --------- */
.slider {
width: 455px;
margin: 0 0 15px 0;
padding: 3px;
position: relative;
top:98px;
cursor:pointer;
background-color:#0A090B;
}   
.handle {
position: absolute;
cursor: pointer;
height: 17px;
width: 52px;
top: 2px;
background-color:#d6b894;
z-index: 100;
border:2px solid #0A090B;
}

/* gallery links */
ul.galLinks{
list-style:none;
font-size:12px;
display:block;
border:1px solid #d6b894;
height:120px;
padding:12px 4px 4px 4px;
width:447px;
margin-left:35px;
}
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:#0A090B;
}
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:#d6b894;
}	
ul.galLinks li a.currentLink{
color:#d6b894;
}	
ul.galLinks li a:hover img, ul.galLinks li a.currentLink img{
background-color:#d6b894;
}
/*--- caption ---*/
#captionBox{
	font-size:12px;
	margin-left:48px;
	color:#232323;
}

