/**
 * 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-wrapper {
	width: 1002px;
	margin: 0 auto ;
	z-index: auto;
	position: relative;
}


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


/* LOADER */


/* PAGER */

.bx-wrapper .bx-pager {
	text-align: right;
	margin-top: 5px;
	position: absolute;
	z-index: 60;
	bottom: 5px;
	right: 10px;
	
}




.bx-pager a{
	background: #666;
	text-indent: -9999px;
	text-align: left;
	display: block;
	width: 27px;
	height: 7px;
	margin: 0 5px;
	background: url(images/pager.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}




.bx-pager a:hover,
.bx-pager a.active {
	background: url(images/pager_1.png);
}

.bx-wrapper .bx-pager .bx-pager-item{
	display: inline-block;
	*zoom: 1;
	*display: inline;

}




/* DIRECTION CONTROLS (NEXT / PREV) */


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	z-index: 9999;
}


.bx-prev {
	left: 17px;
	background:url(images/prev.png) no-repeat;
}

.bx-wrapper .bx-next {
	right: 17px;
	background:url(images/next.png) no-repeat;
}


.bx-controls-direction a{
	position: absolute;
	margin-top: -20px;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	padding: 7px 20px;
}