/**
 * 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-wrapper2 {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	*zoom: 1;
}

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

/** THEME
===================================*/
.bx-wrapper2 .bx-viewport2 {
	/*
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	*/
}

.bx-wrapper2 .bx-pager2,
.bx-wrapper2 .bx-controls-auto2 {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */

.bx-wrapper2 .bx-loading2 {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

/* PAGER */

.bx-wrapper2 .bx-pager2 {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding: 0 0 10px;
}

.bx-wrapper2 .bx-pager2 .bx-pager2-item,
.bx-wrapper2 .bx-controls-auto2 .bx-controls-auto2-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper2 .bx-pager2.bx-default-pager2 a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper2 .bx-pager2.bx-default-pager2 a:hover,
.bx-wrapper2 .bx-pager2.bx-default-pager2 a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper2 .bx-prev2 {
	left: 0;
	background: url(images/arrow_left.png) no-repeat 0 -31px;
}

.bx-wrapper2 .bx-next2 {
	right: 0;
	background: url(images/arrow_right.png) no-repeat 0px -31px;
}

.bx-wrapper2 .bx-prev2:hover {
	background-position: 0 0;
}

.bx-wrapper2 .bx-next2:hover {
	background-position: 0 0;
}

.bx-wrapper2 .bx-controls-direction2 a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 19px;
	height: 31px;
	text-indent: -9999px;
	z-index: 100;
}

.bx-wrapper2 .bx-controls-direction2 a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper2 .bx-controls-auto2 {
	text-align: center;
}

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

.bx-wrapper2 .bx-controls-auto2 .bx-start2:hover,
.bx-wrapper2 .bx-controls-auto2 .bx-start2.active {
	background-position: -86px 0;
}

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

.bx-wrapper2 .bx-controls-auto2 .bx-stop2:hover,
.bx-wrapper2 .bx-controls-auto2 .bx-stop2.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper2 .bx-controls2.bx-has-controls-auto2.bx-has-pager2 .bx-pager2 {
	text-align: left;
	width: 80%;
}

.bx-wrapper2 .bx-controls2.bx-has-controls-auto2.bx-has-pager2 .bx-controls-auto2 {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

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

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