/**
 * 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
 */



/** 2014/11/13 slider custom pager
===================================*/

.bx-custom-pager{
	margin-top:0px;
	bottom: 0px !important;
	margin-left:-3px;
	clear:both;
	position:relative;
}
.bx-custom-pager .bx-pager-item{
	width: 187px;
	margin-left:3px;
}
.bx-pager-item .active img{
	opacity: 0.1;
}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
/*	height:440px;*//**/
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-viewport ul{
    padding-left: 0;
}


.bx-wrapper .bx-pager{
	position: absolute;
	bottom: -20px;
	/*width: 100%;*/
	width:970px !important;
}

* html .bx-wrapper .bx-pager{
	position: absolute;
	bottom: -10px;
	/*width: 100%;*/
	width:970px !important;
}


.bx-wrapper .bx-controls-auto {
}

/* LOADER */

.bx-wrapper .bx-loading {
	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: 10;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;

}

.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;

		
}


.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
	width:13px;
	height:11px;
		
}


* html .bx-wrapper .bx-pager .bx-pager-item,
* html .bx-wrapper .bx-controls-auto .bx-controls-auto-item{
display: inline;

}

*:first-child+html .bx-wrapper .bx-pager .bx-pager-item,
*:first-child+html .bx-controls-auto .bx-controls-auto-item{
display: inline;


}  

.bx-wrapper .bx-pager.bx-default-pager{
	display: block;
	height: 7px;

}

* html .bx-wrapper .bx-pager .bx-pager-item{
position:relative;
top:15px;
height:7px;
}


.bx-wrapper .bx-pager.bx-default-pager a {
	background: #939393;
	text-indent: -9999px;
	display: block;
	width: 25px;
	height: 7px;
	margin: 0 4px;
	outline: 0;

}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #004087;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -41px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -41px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 40%;
	margin-top: -16px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 500;

}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	position:absolute;
	/*bottom:-20px;*/
	right:0;
	text-align:right;
	/*width:40px;*/
	/*height:11px;*/

	
}

.bx-wrapper .bx-controls-auto div{
margin-right:7px;

}

.bx-wrapper .bx-controls-auto .bx-start {



}

.bx-wrapper .bx-controls-auto .bx-start a{

}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {


}

.bx-wrapper .bx-controls-auto .bx-stop {

}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {

}

/* 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 {

}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #66669;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/*add*/

#slider li #image2,
#slider li #image3,
#slider li #image4,
#slider li #image5{
position:relative;
top:0;
left:0;
}