/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * 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;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

/** THEME
===================================*/

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-prev {
	left: 0;
	background: url(/images/bg-controls-slider.png) no-repeat 0 0;
}

.bx-next {
	right: 0;
	background: url(/images/bg-controls-slider.png) no-repeat -26px 0px;
}

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

.bx-next:hover {
	background-position: -26px -65px;
}

a.bx-controls {
	display:none;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	outline: 0;
	width: 26px;
	height: 65px;
	text-indent:-9999em;
	z-index: 400;
}