/**
 * 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('../image/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:5px;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.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: rgb(225,225,225,0.5);
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	outline: 0;
	border-radius: 15px;
}

.bxWrap .bx-pager.bx-default-pager a:hover{
	background: #fff; 
} 
.bxWrap .bx-pager.bx-default-pager a.active {
	background: #fff;
	width: 35px;
}


/* 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;
}



/* 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; }