/* Elastislide Style */
.es-carousel-wrapper{
	
	padding:10px 37px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	overflow:hidden;
	
}
.es-carousel{
	overflow:hidden;
	padding-bottom:50px;
	margin-left:30px;
	margin-right:30px;
	padding-top:50px;
	

}
.es-carousel ul{
	margin:0px;
	padding:0px;
	display:none;
	padding-left:18px;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
	/*background-image:url(../images/quartet-home2_sliderbg2.png);
	background-repeat:no-repeat;
	background-position:8px bottom;/* shadow postion */
	padding-bottom:10px;
	
	
		
}
.es-carousel ul li a{
	display:block;
	border:solid 1px  #FFFFFF;
	border-radius: 5px;
	mz-border-radius: 5px;
	background-color:#FFFFFF;
	padding:5px;
	width:121px;
	height:130px;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	
	
	
	
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
	margin-bottom:5px;
	
}
.es-nav span{
	position:absolute;
	top:35%;
	left:3px;
	background:url(../images/nav.png) no-repeat top left;
	width:48px;
	height:204px;
	margin-top:-65px;
	text-indent:-9000px;
	cursor:pointer;
	
}
.es-nav span.es-nav-next{
	right:3px;
	left:auto;
	background-position:top right;
	
}
.es-nav span:hover{
	opacity:1.0;
}