/* Elastislide Style */
.es-carousel-wrapper{	
	position:relative;		
	width:1126px;	
	margin-left:-27px;	
	padding:0 37px 0 37px;	
	border-radius: 10px;	
}
.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;	
	
}
.es-carousel ul li a img{
	display:block;
	border:none;
	min-width:100px;	
	max-height:100%;
	max-width:100%;
	margin-right:5px;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:12px;
	background:transparent url(../images/nav.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:12px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}