/* Elastislide Style */
.es-carousel-wrapper{
	
	padding:0px 100px;
	width:760px;
	position:relative;
	margin-bottom:20px;
}
.es-carousel{
	overflow:hidden; margin:0 auto;padding:0px; _width:760px;
}
.es-carousel ul{
	display:none;margin:0 auto; padding:0 ; _overflow:hidden;_width:760px; 
}
.es-carousel ul li{ height:250px;
	display:inline-block; padding:0 27px;_padding:0 14px; 
	float:left;
	
}
.es-carousel ul li a{
	opacity:0.5;-moz-opacity:0.5;-khtml-opacity: 0.5; filter:alpha(opacity=50);/* 半透明 *//* http://jas9.blogspot.com/2009/07/css-opacity.html */
	
	-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{background:url(../../images/arrow-redHere.png) no-repeat bottom center; _background:url(../../images/arrow-redHere.png) no-repeat bottom 0px}
.es-carousel ul li.selected a{ 
	opacity:1.0;-moz-opacity:1.0;-khtml-opacity: 1.0; filter:alpha(opacity=100);/* 半透明 */
}
.es-carousel ul li a img{
	display:block;
	border:none;
	height:240px; width:96px; 
}
.es-nav{ }
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	background:url(../../images/nav_thumbs.png) no-repeat top left;
	width:50px;
	height:100px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;-moz-opacity:0.8;-khtml-opacity: 0.8; filter:alpha(opacity=80);/* 半透明 */
    

}
.es-nav span.es-nav-next{ _position:absolute;
	right:8px;
	left:auto;_width:50px;
	_height:100px;
	background:url(../../images/nav_thumbs.png) no-repeat top right;
}
.es-nav span:hover{
	opacity:1.0;-moz-opacity:1.0;-khtml-opacity: 1.0; filter:alpha(opacity=100);/* 半透明 */
}