/**
 * 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
===================================*/

#news .bx-wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	*zoom:1;
}

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

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

#news .bx-wrapper .bx-viewport {
	padding:0 2px 6px;
	margin-left:-3px;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

#news .bx-wrapper .bx-pager,
#news .bx-wrapper .bx-controls-auto {
	display:none;
}

/* LOADER */
#news .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


/* DIRECTION CONTROLS (NEXT / PREV) */
#news .bx-wrapper .bx-prev {
	left: -28px;
	background: url(../img/controls.png) no-repeat 0 -32px;
}

#news .bx-wrapper .bx-next {
	right: -28px;
	background: url(../img/controls.png) no-repeat -43px -32px;
}

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

#news .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

#news .bx-wrapper .bx-controls-direction a {
	position:absolute;
	top:50%;
	margin-top:-16px;
	padding:0;
	outline:0;
	width:32px;
	height:32px;
	text-indent:-9999px;
	z-index:9999;
}

#news .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
