/* Elastislide Style */
.es-carousel-wrapper{

	padding:0px;
	z-index:0;
	margin-top:8px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
float:left;	position: relative;
	margin-bottom:0px;
	width: 350px;
	margin-left: 5px;
}
.es-carousel{
	overflow:hidden;
	margin-top:7px;
	margin-left: 26px;
	width: 310px;
}
.es-carousel ul{
background-repeat: no-repeat;
margin:0px;
padding: 0px;
	padding-top: 0px;
	display:none;
	
}
.es-carousel ul li{
height:80px;		margin-left: 0px;
	float:left;
	display:block;
}
.es-carousel ul li a{
float: left;
	border:solid 0px;
	opacity:1;
	margin-left: 0px;
	width: 134px;
	-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;
}
.es-carousel ul li.selected a{
	border-color:#fff;
	opacity:1.0;
}
.es-carousel ul li a img{
	display:block;
	border:none;
height:80px;	max-width:100%;
} .es-carousel li {float:left; width:134px;
height:80px;}
.es-nav span{
	position:absolute;
	top:50%;
	left:0px;
	background:transparent url(../images/nav_thumbs.png) no-repeat top left;
	width:20px;
	height:41px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:0px;
	left:auto;width:20px;
	height:41px;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}