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

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

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	z-index:99;
	width:100%;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding:0px 0px 0px 0px;
	z-index:99;
}

.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 {
	text-indent: -9999px;
	display: block;
	width:12px;
	height:12px;
	margin: 0 3px;
	outline: 0;
	z-index:9;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	overflow:hidden;
	background:#d9d9d9;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#202020;
}

/* 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 {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top:50%;
	margin-top:-51px;
	outline: 0;
	width:40px;
	height:103px;
	text-indent: -9999px;
	z-index:91;
	transition:0.2s all linear;
	-moz-transition:0.2s all linear;
	-webkit-transition:0.2s all linear;
	overflow:hidden;
	background:url(../images/sprite.png) no-repeat;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	left:0px;
	background-position: 0px -133px;
}

.bx-wrapper .bx-controls-direction a.bx-next {
	right:0px;
	background-position: -40px -236px;
}

.bx-wrapper .bx-controls-direction a.bx-prev:hover {
	background-position: -40px -133px;
}

.bx-wrapper .bx-controls-direction a.bx-next:hover {
	background-position: 0px -236px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



.banner .bx-wrapper .bx-pager, .product-new-slider .bx-wrapper .bx-pager{display:none;}

.product-slider{padding:0px;}
