/* Elastislide Style */
.es-carousel-wrapper{
	padding:0 0 30px 0;
	position:relative;
	overflow:hidden;
}
.es-carousel{
	overflow:hidden;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel h2{
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
}
.es-carousel h6{
	font-size: 14px;
	line-height: 18px;
	color: #c5e0f0;
	font-weight: 300;
}

.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: 82px;
	height:50px;
	bottom: 30px;
	left: 30px;
}
.es-nav span{
	left:0px;
	background: url(../../../../../../images/left-right.png) no-repeat top left;
	width:40px;
	height:40px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.4;
	display: block!important;
	float: left;

}
.es-nav span.es-nav-next{
	right:0px;
	background-position:top right;
	float: right;
}
.es-nav span:hover{
	opacity:1.0;
}