/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * 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 {
	height: 100%;
}

.bx-wrapper .bxslider {
	position: absolute;
	top: 0;
}

.bx-wrapper .bxslider li {
	position: absolute;
	top: 0;
	left: 0;
	/*
	width:100%;
	height: 100%;
	*/
	overflow:hidden;
}
.bx-wrapper .bxslider li img {
	width:100%;
	height:100%;
}

/*
THEME
*/
.bx-wrapper .bx-controls-auto {
	position: absolute;
	top: 234px;
	right:0;
	width: 47.2%;
	text-align:left;
	height: 13px;
	z-index: 1000;
	font-size:0;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/common/js/bxslider/images/bx_loader.gif) center center	no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	position: absolute;
	top: 234px;
	left:0;
	width:52.8%;
	text-align:right;
	height: 13px;
	z-index: 999;
	font-size:0;
}

.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align:middle;
	*zoom: 1;
	*display: inline;
	height: 14px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: url(/images/main/bg_control_off.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	width:13px;
	height:13px;
	margin:0 4px;
	outline: 0;
/*	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
	font-size: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(/images/main/bg_control_on.png) no-repeat 0 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a.bx-prev {
	position: absolute;
	top: 235px;
	left:0;
	display: block;
	text-indent: -9999px;
	width: 34px;
	height: 60px;
	background: url(/images/main/btn_product.png) no-repeat 0 0;
}

.bx-wrapper .bx-controls-direction a.bx-next {
	position: absolute;
	top: 235px;
	right:0;
	display: block;
	text-indent: -9999px;
	width: 34px;
	height: 60px;
	background: url(/images/main/btn_product.png) no-repeat 100% 0;
}

.bx-wrapper .bx-controls-direction {
	position: absolute;
	top: 235px;
	left: 50%;
	width: 1600px;
	margin-left: -800px;
	overflow: hidden;
	z-index: 9999;
	display: block;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: left;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 13px;
	height: 13px;
	outline: 0;
	background: url(/images/main/bg_control.png) no-repeat -16px 100%;
	margin: 0;
}

}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto a.active
	{
	background-position-y: 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 13px;
	height: 13px;
	outline: 0;
	background: url(/images/main/bg_control.png) no-repeat -29px 100%;
	margin: 0;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto a.active
	{
	background-position-y: 0;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls .bx-has-controls-auto .bx-has-pager .bx-pager {
	margin: 0 auto;
	text-align: right;
	width: 1000px;
	padding: 0 30px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	{
	right: 0;
	width: 35px;
	right: 30%;
	top: 350px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	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;
}