@charset "utf-8";

/* 大图 Style */
.rg-image-wrapper{position:relative}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
	width:100%;	
}
.rg-image-nav a{
	position:absolute;
	top:50%;
	left:-120px;
	background:url(../images/left.png) no-repeat;
	width:31px;
	height:60px;
	margin-top:-30px;
	cursor:pointer;
	z-index:1000;	
}
.rg-image-nav a.rg-image-nav-next{
	right:-120px;
	left:auto;
	background:url(../images/right.png) no-repeat right;	
}
.rg-image-nav a:hover{ background-position:right}
.rg-image-nav a.rg-image-nav-next:hover { background-position:left;}

/* 小图 Style */
.es-carousel-wrapper{position:relative;margin-top:20px;}
.es-carousel{overflow:hidden;}
.es-carousel ul{display:none;height:105px; overflow:hidden}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
	margin:0 10px 0 0;
	border:1px solid transparent;
	height:103px;
}
.es-carousel ul li a{
	display:block;	
	-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{
	border-color:#e72410;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	height:103px;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:-30px;
	background:url(../images/left.png) no-repeat top left;
	width:15px;
	height:30px;
	margin-top:-15px;
	text-indent:-9000px;
	cursor:pointer;
	background-size:cover;
	z-index:9999;
}
.es-nav span.es-nav-next{
	right:-30px;
	left:auto;
	background:url(../images/right.png) no-repeat center right;
	background-size:cover;
}
.es-nav span:hover{ background-position:right}
.es-nav span.es-nav-next:hover { background-position:center left}