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

.slider{
	padding: 2px;
	background: #fff;
}
.slider.carousel{
	padding: 15px 70px 50px 70px;
	background: none;
}
.slider.carousel.small{
	padding: 0;
	background: none;
}
.slider.carousel .bx-wrapper{
	width: 100% !important;
	max-width: 100% !important;
}
.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

.slider.carousel.small{
	padding: 20px 0;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.slider.carousel .bx-wrapper img {
	margin: 0 0 0 60px;
}
.slider.carousel.small .bx-viewport,
.slider.carousel.small .bx-wrapper{
	width: 161px !important;
	max-width: 161px !important;
}
.slider.carousel.small .bx-wrapper img {
	margin: 0;
}
.slider.carousel.small .bx-wrapper {
	padding: 0 0 0 40px;
}

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

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* PAGER */

.bx-wrapper .bx-pager {
	display: none;
}
.bxslider li img{
	width: 100%;
}
.bxslider li{
	width: 100% !important;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0;
	background: url(/img/slider_buttons.png) 0 0 no-repeat;
}
.bx-wrapper .bx-next {
	right: 0;
	background: url(/img/slider_buttons.png) -45px 0 no-repeat;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 -45px;
}
.bx-wrapper .bx-next:hover {
	background-position: -45px -45px;
}

.slider.carousel .bx-wrapper .bx-prev{
	left: -50px;
	background: url(/img/slider_carousel_buttons.png) 0 0 no-repeat;
}
.slider.carousel .bx-wrapper .bx-next{
	right: -50px;
	background: url(/img/slider_carousel_buttons.png) -9px 0 no-repeat;
}
.slider.carousel .bx-wrapper .bx-prev:hover{
	background-position: 0 -16px;
}
.slider.carousel .bx-wrapper .bx-next:hover{
	background-position: -9px -16px;
}
.slider.carousel.small .bx-wrapper .bx-prev{
	left: 5px;
}
.slider.carousel.small .bx-wrapper .bx-next{
	right: -28px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	outline: 0;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	z-index: 9999;
}
.slider.carousel .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	outline: 0;
	width: 9px;
	height: 16px;
	text-indent: -9999px;
	z-index: 9999;
}

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

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

