/**
 * 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 auto;
	padding: 0;
	z-index: 1;
	}
.bx-wrapper .bx-viewport{
	}
.bx-wrapper img{
	display: block;
	}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto{
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 2000;
	}
/* LOADER */
.bx-wrapper .bx-loading{
	min-height: 50px;
	background: url("../i/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) */
.bx-controls-direction a{
	position: absolute;
	top: 23%;
	left: -20px;
	outline: 0;
	width: 18px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	background: url("../i/slider-arrows.gif") no-repeat 0 0;
	}
.bx-controls-direction .bx-next{
	background-position: -18px 0 !important;
	left: auto;
	right: -20px;
	}
.no-touch .bx-controls-direction a:hover{
	opacity: 0.7;
	}
.bx-controls-direction a.disabled{
	display: none;
	}
.partners .bx-controls-direction a, .slider .bx-controls-direction a{
	top: 22px;
	left: -30px;
	background: url("../i/slider-arrows-darken.png") no-repeat 0 0;
	}
.partners .bx-controls-direction .bx-next, .slider .bx-controls-direction .bx-next{
	left: auto;
	right: -30px;
	}
/*Custom pager*/
/* PAGER */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item{
	display: inline-block;
	}
.bx-pager{
	background: #fff;
	position: absolute;
	bottom: -16px !important;
	height: 16px;
	z-index: 1000;
	overflow: hidden;
	text-align: center;
	display: inline-block !important;
	width: auto !important;
	left: 50%;
	padding: 8px 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
.bx-pager a{
	display: block;
	width: 16px !important;
	height: 16px !important;
	background: #dfdfdf;
	text-indent: -10000px;
	margin: 0 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
.bx-pager a.active{
	background: #ff8802;
	}
.bx-pager a:hover{
	opacity: 0.5;
	}
.bx-pager a.active:hover{
	opacity: 1;
	}