﻿/* Elastislide Style */
.es-carousel-wrapper{ padding: 10px 10px 0 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 a{
	display:block; cursor: pointer;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	width:130px; height: 190px;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:10px;
	background: url(../images/arrow-l.png) 0 0 no-repeat; background-size: 100% 100%;
	width:32px;
	height:32px;
	margin-top:-16px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:10px;
	left:auto;
	background: url(../images/arrow-r.png) 0 0 no-repeat; background-size: 100% 100%;
}
.es-nav span:hover{
	opacity:1.0;
}