/* Elastislide Style */
.es-carousel-wrapper{
	padding:0;
	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{}

.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav{
	position: absolute;
	width: 100%;
	top: 50%;
	right: 0;
	z-index:100
}
.es-nav span{
	position:absolute;
	top:0%;
	width:13px;
	height:25px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
	margin-top:-28px;
	display:block
}
.es-nav span.es-nav-next{
	right:-25px;
	background: url(../../../images/right_carusel.png) 0 0 no-repeat;
}
.es-nav span.es-nav-prev{
	left:-25px;
	background: url(../../../images/left_carusel.png) 0 0 no-repeat;
}
.es-nav span:hover{
	opacity:1.0;
}