.partners .slide-wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
.partners a.bx-prev {
	display: block;
	position: absolute;
	left: -7px;
	top: -10px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/sliderleft.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0px;
	width:19px;
	height:97px;
}
.partners a.bx-next {
	display: block;
	position: absolute;
	top: -10px;
	right: -7px;
	color: #FFF;
	text-decoration: none;
	font-size: 0px;
	width:19px;
	height:97px;
	background-image: url(../images/sliderright.jpg);
	background-repeat: no-repeat;
}

.banner .slide-wrapper {
	width: 949px;
	margin-right: auto;
	margin-left: auto;
}
.banner a.bx-prev {
	display: block;
	position: absolute;
	left: -10px;
	top: 160px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0px;
	width:25px;
	height:36px;
}
.banner a.bx-next {
	display: block;
	position: absolute;
	top: 160px;
	right: -10px;
	color: #FFF;
	text-decoration: none;
	font-size: 0px;
	width:25px;
	height:36px;
	background-image: url(../images/right.png);
	background-position: center center;
	background-repeat: no-repeat;
}

