/**
 * 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
===================================*/


.bxSlider 			{text-align:center;}
.bxSlider li		{text-align:center;}



.bxWrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width:100%; 
}

.bxWrap img {
	max-width: 100%;
	text-align:center; 
}

/** THEME
===================================*/

.bxWrap .bx-viewport {
	
	left: 0px; 
	height:440px;
}

.bxWrap .bx-pager,
.bxWrap .bx-controls-auto {
	width: 100%;
	z-index:500;
}

/* LOADER */

.bxWrap .bx-loading {
	min-height: 50px;
	background: url('../img/main/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}

/* PAGER */

.bxWrap .bx-pager {
	position: absolute;
	bottom:15px;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.bxWrap .bx-pager .bx-pager-item,
.bxWrap .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;zoom:1;*display:inline;
}

.bxWrap .bx-pager.bx-default-pager a {
	background: #fff;
	border:1px solid #6db0dc;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 7px;
	outline: 0;
	border-radius:10px;
}

.bxWrap .bx-pager.bx-default-pager a:hover{
	background: #004797; 
	border:1px solid #004797;
	opacity:0.6;
} 
.bxWrap .bx-pager.bx-default-pager a.active {
	background: #004797;
	border:1px solid #004797;
	width: 15px;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bxWrap .bx-controls-direction{
	display:none;
}

.bxWrap .bx-prev {
	left: 2%;
	background: url('../img/main/bx_prev.png') no-repeat;
}

.bxWrap .bx-next {
	right: 2%;
	background: url('../img/main/bx_next.png') no-repeat;
}

.bxWrap .bx-controls-direction a {
	position: absolute;
	top: 45%; 
	outline: 0;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	z-index: 600;
	border:1px solid #fff; 
	border-radius:100%;
}

.bxWrap .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) 

.bxWrap .bx-controls-auto {
	text-align: center;
}

.bxWrap .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../image/common/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bxWrap .bx-controls-auto .bx-start:hover,
.bxWrap .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bxWrap .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../image/common/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bxWrap .bx-controls-auto .bx-stop:hover,
.bxWrap .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
*/

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bxWrap .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bxWrap .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bxWrap .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bxWrap .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


.bxWrap .bx-viewport li { min-height: 1px; min-width: 1px; }