/* Elastislide Style */
.es-carousel-wrapper{
	position:relative;
	padding:0 0 20px;
	overflow:hidden;
}
.es-carousel{
	overflow:hidden;
	margin-bottom:20px; 
}
.es-carousel:after{
	content:'';
	display:block;
	clear:both;
}
.es-carousel ul{
	display:block;
	margin:0;
}
.es-carousel ul li{
	float:left;
	display:block;
	margin-bottom:0;
}
.es-carousel ul li a{
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-carousel p{
	line-height: 22px;
}

.es-nav{
	position:absolute;
	bottom:0;
	right:0;
	width:56px;
	display:block;
	margin-left:-23px;
}
.es-nav span.es-nav-next, .es-nav span.es-nav-prev{
	background: url(arrows.png) no-repeat;
	width:25px;
	height:25px;
	margin:1px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}
.es-nav-prev{
	background-position:left;
	float:left;
}
.es-nav-next{
	background-position:right !important;
	float:right;
}
.es-nav span.es-nav-next.stop, .es-nav span.es-nav-prev.stop{
	background: url(arrows-off.png) no-repeat;
}
.es-nav span.es-nav-prev.stop{
	background-position:left;
	float:left;
}
.es-nav span.es-nav-next.stop{
	background-position:right !important;
	float:right;
}



