.banner-slides-con {
	width: 1000px;
	float: left;
	position: relative;
}
.banner-slides {
	float: left;
	width: 1000px !important;
	margin: 0;
}
.banner-slides .slide {
	width: 1000px !important;
	float: left;
}
.slider-nav-Con {
	width: 1000px;
	position: absolute;
	z-index: 999;
	clear: both;
	height: 14px;
	bottom: 20px;
}
.navi {
	height: 14px;
	text-align: center;
}
.navi a {
	width: 35px;
	height: 11px;
	display: inline-block;
	margin: 0 ;
	background: url(../images/pagination.png) no-repeat left top;
	text-indent: -999999px;
}
.navi a:hover {
	background: url(../images/pagination.png) no-repeat left top;
}
.navi a.activeSlide {
	background: url(../images/pagination.png) no-repeat left top;
}
#prev {
	width: 31px;
	height: 69px;
	position: absolute;
	z-index: 999;
	top: 174px;
	left: -65px;
}
#prev a {
	display: block;
	width: 31px;
	height: 69px;
	background: url(../images/banner_arrow_1.png) no-repeat left top;
}
#next {
	width: 31px;
	height: 69px;
	position: absolute;
	z-index: 999;
	top: 174px;
	right: -65px;
}
#next a {
	display: block;
	width: 31px;
	height: 69px;
	background: url(../images/banner_arrow_2.png) no-repeat left top;
}
/************SLIDER2********************/
.testimonial_slider {
	width: 1000px;
	float: left;
	position: relative;
}
.testimonial_slides {
	float: left;
	width: 1000px !important;
	margin: 0;
}
.testimonial_slides .slide {
	width: 1000px !important;
	float: left;
}
#prev2 {
	width: 38px;
	height: 114px;
	position: absolute;
	z-index: 999;
	top: 95px;
	left: -65px;
}
#prev2 a {
	display: block;
	width: 38px;
	height: 114px;
	background: url(../images/banner_arrow1.png) no-repeat left top;
}
#next2 {
	width: 38px;
	height: 114px;
	position: absolute;
	z-index: 999;
	top: 95px;
	right: -65px;
}
#next2 a {
	display: block;
	width: 38px;
	height: 114px;
	background: url(../images/banner_arrow2.png) no-repeat left top;
}
