

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/image/main/btn_prev.gif) no-repeat 0 -32px;
	background-position: 0 0;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/image/main/btn_next.gif) no-repeat -43px -32px;
	background-position: 0 0;
}


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

