/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

/** THEME
===================================*/

.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev { margin-left:-83px;
	background: url(../images/main/prev.png) no-repeat 0 0;
}

.bx-wrapper .bx-next { 
	background: url(../images/main/next.png) no-repeat 0 0; position: absolute; margin-left: 879px
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 119px;
	outline: 0;
	width: 46px;
	height: 61px;
	text-indent: -9999px;
	z-index: 9999; border: none;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}