.banner-slides-con {
	width: 100%;
	float: left;
	position: relative;
}
.banner-slides {
	float: left;
	width: 100% !important;
	margin: 0;
}
.banner-slides .slide {
	width: 100% !important;
	float: left;
}
.slider-nav-Con {
	width: 100%;
	position: absolute;
	z-index: 999;
	clear: both;
	height: 15px;
	bottom:-23px;
}
.navi {
	width: 100%;
	height: 15px;
	/*margin:18px 0 0*/
	text-align: center;
}
.navi a {
	width: 15px;
	height: 15px;
	margin: 0 3px 0 0;
	display: inline-block;
	text-indent: -999999px;
	background: url(../images/pagination.png) no-repeat center center;
}
.navi a:hover {
	background: url(../images/pagination_active.png) no-repeat left top;
}
.navi a.activeSlide {
	background: url(../images/pagination_active.png) no-repeat left top;
}