/* Elastislide Style */
.es-carousel-wrapper{
	background: #fff;
	padding:10px 29px;
	margin-top:690px;
	
	width:480px;
	margin-left: 20px;
	position:relative;
}
.es-carousel{
	overflow:hidden;
	background:#fff;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	
}
.es-carousel ul li a.selected, .es-carousel ul li a:hover {
	 -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:10%;
	left:0;
	background:transparent url(../button/nav.png) no-repeat top left;
	width:27px;
	height:100px;
	margin-top:-10px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:0;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}
