#top-wrap {
	position:absolute;
	margin:0 auto;
	width: 100%;
	height: 99px;
	background: #fff;
	z-index: 100;
}

.inner {
	width:1100px;
	margin:0 auto;
	position:relative;
}
.hero-carousel {
	overflow-x:hidden;
	position:relative;
	background:#000;
}
.hero-carousel ul li {
	width:1100px;
	overflow:hidden;
	height:400px;
	float:left;
	position:relative;
}
.hero-carousel ul li img {
	width:1100px;
	height:400px;
	display:block;
}
.hero-carousel .carousel-pager {
	position:absolute;
	top:0;
	left:50%;
	width:1100px;
	height:0px;
	margin-left:-400px;
	z-index:100 !important;
}
.hero-carousel .carousel-pager a {
	height:63px;
	width:64px;
	display:block;
	position:absolute;
	top:150px;
}

.hero-carousel .carousel-pager .prev {left:-200px;}
.hero-carousel .carousel-pager .next {right:135px;}

