/**
 * 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
===================================*/
.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 310px;
	background: url(../images/prev.png) left top no-repeat;
	height: 52px;
	width: 16px;
	display: block;
	position: absolute;
	top: 0px;
}
	* html .bx-wrapper .bx-prev {
		background: url(../images/prev.gif) left top no-repeat;
	}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/next.png) left top no-repeat;
	height: 52px;
	width: 16px;
	display: block;
	position: absolute;
	top: 0px;
}
	* html .bx-wrapper .bx-next {
		background: url(../images/next.gif) left top no-repeat;
	}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	height: 52px;
	width: 16px;
	margin-top: -16px;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
	display:block;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}