/* Elastislide Style */
.es-carousel-wrapper{
	padding:10px 37px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}
.es-carousel{
	overflow:hidden;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li .u-fangan
{
	width:100%;
	padding: 33px 72px;
}
.es-carousel ul li .u-fangan img 
{
	max-height:inherit;
}
.es-carousel ul li .u-nbiao
{
	width:100%;
}
.es-carousel ul li .u-cpbiao {
    width: 100%;
	background:#fff;
}
.es-carousel ul li .u-cpbiao:hover 
{
	background:#4b5e94;
}
.es-carousel ul li .u-cpbiao img 
{
	display:inline-block;
}
.es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#222;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:0px;
	background:transparent url(../img/zuo.png) no-repeat top;
	width:24px;
	height:41px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:0px;
	left:auto;
	background:transparent url(../img/you.png) no-repeat top;
}
.es-nav span:hover{
	opacity:1.0;
}