
.es-carousel-wrapper {
    margin-bottom: 20px;
    position: relative;
}
.es-carousel {
    background: none repeat scroll 0 0 transparent;
    overflow: hidden;
    padding: 0;
    width: 670px;
    margin:0 auto;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#222;
	opacity:0.8;
	-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;
	margin-top: 19px;
}
.es-carousel ul li.selected a{
	border-color:grey;
	opacity:1.0;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
	height: 87px;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	background: url("../images/img/nav_thumbs.png") no-repeat scroll left center #000000;
	width:14px;
	height:55px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	background-position: right center;
}
.es-nav span:hover{
	opacity:1.0;
}