

.clsMainTable .clsContent select{
	width:160px;
	color:#000000;
	vertical-align:middle;
	margin:0 6px 5px 0;
	background-color:#F7F7ED;
}

.clsThumbsBox{
	width:410px;
	margin:auto;
}

.clsThumbsMarquee{
	width:355px;
	overflow:hidden;
}

.clsThumbImagesTable{
	width:355px;
	width:auto;
}

.clsThumbImagesTable .clsSpacer{
	width:5px;
}

.clsThumbImagesTable .clsThumb, .clsThumbImagesTable .clsThumbSelected{
	text-align:center;
	vertical-align:middle;
	filter:alpha(opacity=60);
	opacity:0.60;
}

.clsThumbImagesTable .clsThumbSelected{
	filter:alpha(opacity=100);
	opacity:1.00;
	border:3px solid #8E8767;
}

.clsThumbImagesTable .clsImage{
	height:52px;
	cursor:pointer;
	cursor:hand;
	overflow:hidden;
	border:1px solid #FAC341;
}




.clsNavArrowRight{
	float:right;
	margin:18px 0 0 5px;
}

.clsNavArrowLeft{
	float:left;
	margin:18px 5px 0 0;
}



.clsFullImage{
	width:460px;
	margin:20px 40px 0 40px;
	background:url(/images/gallery_img-bg.gif) repeat-y left center;
}

.clsFullImage .clsBG1{
	width:460px;
	background:url(/images/gallery_img-top.gif) no-repeat left top;
}
.clsFullImage .clsBG2{
	width:388px;
	padding:2px 39px 46px 33px;
	background:url(/images/gallery_img-bottom.gif) no-repeat left bottom;
}

.clsFullImage #oImgBox img{
	width:388px;
	height:260px;
	cursor:pointer;
	cursor:hand;
	margin-top:3px;
}

.clsNav{
	width:460px;
	font-size:11px;
	font-weight:800;
	text-align:center;
	margin:auto;
}

.clsNav .clsNext{
	float:right;
	color:#614B02;
	cursor:pointer;
	cursor:hand;
	margin:0 28px 0 0;
}

.clsNav .clsPrevious{
	float:left;
	color:#614B02;
	cursor:pointer;
	cursor:hand;
	margin:0 0 0 15px;
}

#oSlideBtn{
	cursor:pointer;
	cursor:hand;
}

.clsImageTitle{
	width:400px;
	height:20px;
	color:#000000;
	font-size:12px;
	font-weight:800;
	text-align:center;
	overflow:hidden;
	margin-bottom:10px;
}

.clsImageText{
	color:#013E36;
	text-align:center;
}

