.slider{
}

.bx-wrapper{
	margin: 0 auto;
	width: 938px;
	height: 278px;
	position: relative;
}

.bx-wrapper li{
	width: 938px;
	height: 278px;
}

.bx-prev{
	position: absolute;
	top: 115px;
	left: -20px;
	width: 18px;
	height: 64px;
	background: url(images/sl-arr.png) right top no-repeat;
	display: block;
	text-indent: -9999px;
	outline: none;
}

.bx-next{
	position: absolute;
	top: 115px;
	right: -20px;
	width: 18px;
	height: 64px;
	background: url(images/sl-arr.png) left top no-repeat;
	display: block;
	text-indent: -9999px;
	outline: none;
}