/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 40px;
	background: url(../../images/prev.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: 40px;
	background: url(../../images/next.png) no-repeat 0 0;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
top: 50%;
margin-top: -40px;
margin-left: 20%;
margin-right: 20%;
outline: 0;
width: 59px;
height: 59px;
text-indent: -9999px;
z-index: 18;
}

.bx-pager{
	display:none;
}