/* Elastislide Style */
.es-carousel-wrapper{
	background: #ebebeb;
	padding:10px 27px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	position:relative;
	margin-bottom:20px;
}
.es-carousel{
	overflow:hidden;
	background:#ddd;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a.gal_pic{
	display:block;
	border-style:solid;
	border-color:#0E1D3B;
	opacity:0.8; filter: alpha(opacity=80);
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.gal_link { font-size:12px; color:#0E1D3B; padding-left:3px;}
a.gal_link:hover { text-decoration:none;}
.es-carousel ul li a.gal_pic:hover { border-color:#fff;}
.es-carousel ul li a.selected.gal_pic, .es-carousel ul li.selected a.gal_pic{
	border-color:#EDAD1F;
	opacity:1.0;  filter: alpha(opacity=100);
}
.es-carousel ul li a.gal_pic img{
	display:block;
	border:none;
	/*max-height:100%;
	max-width:100%;*/ width:65px; height:52px;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	background:transparent url(../images/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;  filter: alpha(opacity=80);
}
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;  filter: alpha(opacity=100);
}