/**
 * 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 {
	display: block;
	width: 100%;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
}

.bx-pager.bx-default-pager {
	position: absolute;
	left: 50%;
	bottom: -25px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(/images/slider-toggle.png) no-repeat 0 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 11px;
	height: 11px;
	outline: none;
	margin: 0 10px;
	background: url(/images/slider-toggle.png) no-repeat 100% 0;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:first-child a {
	margin-left: 0;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:last-child a {
	margin-right: 0;
}

.bx-wrapper .bx-controls-direction a, .slider .bottom a {
	position: absolute;
	background: url(/images/bx-controls.png) no-repeat;
	outline: 0;
	width: 44px;
	height: 35px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a {
	top: 50%;
	margin-top: -17px;
}

.bx-wrapper a.bx-prev {
	background-position: 0 0;
}

.bx-wrapper a.bx-next {
	background-position: 100% 0;
	right: 0;
}

.slider .bx-wrapper a.bx-next {
	box-shadow: -2px 0px 6px 0px #8c8c8c;
}

.slider .bottom a {
	bottom: 0;
}

.slider .bottom a.bx-prev { background-position: 0 100%; }
.slider .bottom a.bx-next { background-position: 100% 100%; right: 0 }
.vslider a.bx-prev { 
	background-position: 13% 100%; 
	left: -13px;
	width: 26px;
}

.vslider a.bx-next { 
	background-position: 85% 100%; 
	right: -13px;
	width: 26px;
}

.fslider a.bx-prev { 
	background-position: 13% 100%; 
	width: 26px;
}

.fslider a.bx-next { 
	background-position: 85% 100%; 
	width: 26px;
}