.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: 14px;
	bottom: 40px;
}
.navi {
	width: 100%;
	height: 15px;
	/*margin:18px 0 0;
	text-align: center;
}
.navi a {
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
	text-indent: -999999px;
	background: url(../images/pagination.png) no-repeat left top;
}
.navi a:hover {
	background: url(../images/pagination2.png) no-repeat left top;
}
.navi a.activeSlide {
	background: url(../images/pagination2.png) no-repeat left top;
}*/

.rslides_nav rslides1_nav prev {
	right:2% !important;
}

#prev {
	width: 26px;
	height: 55px;
	position: absolute;
	z-index: 99999999999999;
	top: 166px;
	left: -50px;
}
#prev a {
	display: block;
	width: 26px;
	height: 55px;
	background: url(../images/arrow_lt.png) no-repeat left top;
}
#next {
	width: 26px;
	height: 55px;
	position: absolute;
	z-index: 99999999999999;
	top: 166px;
	right: -50px;
}
#next a {
	display: block;
	width: 26px;
	height: 55px;
	background: url(../images/arrow_rt.png) no-repeat right top;
}
@media screen and (max-width:600px) {
.banner-slides-con{
	margin:5px 0 0;
}
}
@media screen and (max-width:800px) {
.rslides_nav.prev{
	left:20px!Important;
}
.rslides_nav.next {
	right:20px !Important;
}
}