/*banner*/
.JS-Scroll
{
	overflow: hidden;
	position: relative;
	clear: both;
	margin: 0 auto;
}
.JS-Scroll a.left,
.JS-Scroll a.right
{
	background: url("../images/banner/arrow.png") no-repeat scroll 0 0 transparent;
	bottom: 15px;
	display: block;
	height: 54px;
	outline: medium none;
	position: absolute;
	right: 10px;
	width: 54px;
	z-index: 9999;
}
.JS-Scroll a.left
{
	right: 70px;
}
.JS-Scroll a.left:hover
{
	background-position: 0 -56px;
}
.JS-Scroll a.right
{
	background-position: -70px 0;
}
.JS-Scroll a.right:hover
{
	background-position: -69px -55px;
}
.JS-Scroll ul
{
	width:100000px;
}
.JS-Scroll li
{
	background-repeat: no-repeat;
	background-position: center 0;
	display: inline;
	float: left;
	height:100%;
}
.JS-Scroll li a
{
	display:block;
	width:100%;
	height:100%;
}
#banner script
{
	display:none;
}


/*flexslider*/
.flexslider
{
	margin:0 auto!important;
	overflow: hidden;
	border: none;
}
.flexslider ul.slides li
{
	background-repeat: no-repeat;
}
.flexslider ul.slides li a 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.flexslider .flex-control-nav
{
	bottom: -20px;
}