/* Elastislide Style */
.es-carousel-wrapper{
	padding:24px 20px;
	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 a{
	display:block;
	position: relative;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-carousel ul li b{
	display:block;
	position: absolute;
	left: 0;
	bottom: 0;
	width:100%;
	background: rgba(0,0,0,0.74);
	height: auto;
	line-height: 2em;
	color: #fff;
	padding:0 12px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-weight: 400;
}
.es-carousel ul a:hover b{
	color: #f00;
}
.es-carousel ul a:hover i{
	display:block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -80px 0 0 -57px;
	width:115px;
	height: 115px;
	background: url(v-icon.png);
}
.es-nav span{
	position:absolute;
	top:50%;
	left:0;
	background:transparent url(lr.png) no-repeat top left;
	width:16px;
	height:75px;
	margin-top:-37px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:0;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}
.es-nav span.disa{opacity: 0.3 !important;}