/* Next button */
.bx-next {
	top: 40%; right: -50px;
	height: 30px; width: 30px;
	background: url("../../img/jquery/bxslider/gray_next.png") no-repeat 0 -30px;
	position: absolute;
	text-indent: -999999px;
	z-index: 999;
}

/* Previous button */
.bx-prev {
	top: 40%; left: -50px;
	height: 30px; width: 30px;
	background: url("../../img/jquery/bxslider/gray_prev.png") no-repeat 0 -30px;
	position: absolute;
	text-indent: -999999px;
	z-index: 999;
}

/* Pager links */
.bx-pager {
	right: 0; bottom: 0;
	position: absolute;
}

	.bx-pager a {
		height: 10px; width: 10px;
		margin-left: 5px;
		background-image: url("../../img/jquery/nivo_slider/bullets.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		display: block;
		float: left;
		text-indent: -9999px;
		-webkit-transition: none;
	}

		.pager-active {
			background-position: 0 -10px !important;
		}

/* Auto start button */
.bx-auto .start {
	padding-left: 13px;
	background: url("../../img/jquery/bxslider/gray_auto.png") no-repeat 0 2px;
}

/* Auto stop button  */
.bx-auto .stop {
	padding-left: 13px;
	background: url("../../img/jquery/bxslider/gray_auto.png") no-repeat 0 -14px;
}

/* End color scheme styles */

/* Next/prev button hover state */
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/* Pager links hover and active states */
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/* Pager wrapper */
.bx-pager {
	
}

/* Captions */
.bx-captions {
	padding: 7px 0;
	color: #666;
	font-size: 12px;
	text-align: center;
}

/* Auto controls */
.bx-auto {
	padding-top: 15px;
	text-align: center;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}