/* Elastislide Style */
.es-carousel-wrapper{
	position:relative;
	width:906px;
	margin:0;
}


.es-carousel{
	overflow:hidden;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
	margin-right:10px!important;
}

.es-carousel ul li.end{
	margin-right:0!important;
}
.es-carousel ul li a{
	display:block;
	border-width: 0!important;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:0;
	left:0;
	width:14px;
	height:84px;
	text-indent:-9000px;
	cursor:pointer;
}

.es-nav span.es-nav-prev{
	background:transparent url(../images/top/btn_left.png) no-repeat top left;

}

.es-nav span.es-nav-prev:hover{

}

.es-nav span.es-nav-next{
	right:0;
	left:auto;
	background-position:top right;
	background:transparent url(../images/top/btn_right.png) no-repeat top left;

}

.es-nav span.es-nav-next:hover{
	right:0;
	left:auto;
	background-position:top right;

}

#bnrQuery .querySection{
	position:relative;
}

.es-nav span:hover{
	opacity:1.0;
}