.bx-wrapper .bx-prev {
	left: 10px;
	background: url(./images/controls-g.png) no-repeat 0 -47px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(./images/controls-g.png) no-repeat -25px -47px;
}


.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -25px 0;
}


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -23px;
	outline: 0;
	width: 23px;
	height: 46px;
	text-indent: -9999px;
	z-index: 9999;
}
