/**
 * 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 {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	width:2200px;
	height:495px;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100;
	display: block;
}

/** THEME
===================================*/



.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position:relative;
	margin:0 auto;
	width:2200px;
	text-align:center;
	vertical-align:middle;
	height:495px;

	
}

/* LOADER */



/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-weight: bold;
	color: #666;
	margin:0 auto; 
	margin-top:-50px;

	
	
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;

}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #c2c2c2;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	border-radius: 5px;

	
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #d98a00;
}



/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	
	left:225px;
	background:url('/images/main/btn_prev.png') 0 0 no-repeat;  width:35px;height:55px;
}

.bx-wrapper .bx-next {
	right:225px;
	background: url('/images/main/btn_next.png') 0 0 no-repeat;width:35px;height:55px;
}


.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 208px;
	width: 35px;
	height: 55px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}


.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 8px;
	height: 11px;
	background: url(/images/sub/st1op.png) no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position:0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	background: url(/images/sub/g1o.png) no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position:center;
}









/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 150px;
	z-index:11;

}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	margin-top:-17px;
	text-align: center;
	width: 30px;
	height:20px;
	right:0;
	*margin-top:-14px;

	
	z-index:12;

}



@media screen and (-webkit-min-device-pixel-ratio:0) {
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { margin-top:-15px;
	text-align: center;
	width: 30px;
	height:20px;
	right:0;}

	
	
}





