/* Elastislide Style */
.es-carousel-wrapper{
	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:last-child { margin-right:0 !important; }
.es-carousel ul li a{
	display:block;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav {
	position:absolute;
	top:-10px;
	right:0;
	text-indent:-9000px;
	cursor:pointer;
}
.es-nav span { display:block !important; position: absolute; cursor: pointer; width:17px; height:17px; }
.es-nav span.es-nav-next{
    top: -34px;
    right: 0;   	
    background:#EEE url('img/arrow-right.png') no-repeat center;    
}
.es-nav span.es-nav-next:hover {
	background:#DDD url('img/arrow-right.png') no-repeat center; 
}
.es-nav span.es-nav-prev {
    top: -34px;
    right:19px;
    background:#EEE url('img/arrow-left.png') no-repeat center;
}
.es-nav span.es-nav-prev:hover {	
	background:#DDD url('img/arrow-left.png') no-repeat center; 
}
