.banner-slides-con {
	width:950px;
	float:left;
	position:relative;
}
.banner-slides {
	float:left;
	width:950px !important;
	margin:0;
}
.banner-slides .slide {
	width:950px !important;
	float:left;
}
.slider-nav-Con {
	width:950px;
	position:absolute;
	z-index:999;
	clear:both;
	height:26px;
	margin:0;
	bottom:70px;
	left: 7px;
}
.navi {
	float:right;
	width:auto;
	height:26px;
}
.navi a {
	width:23px;
	height:26px;
	float: left;
	font-size:12px;
	color:#404040;
	line-height:26px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 1px 1px #fefefe;
	margin:0 4px 0 0;
	background:url(../images/pagination.png) no-repeat left top;
	display: block;
}
.navi a:hover {
	color:#000;
	text-shadow:0px 1px 1px #fff;
	background-position:0 -26px;
}
.navi a.activeSlide {
	background-position: 0 -26px;
}
