/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */

/*next button*/
.bx-next {
	position:absolute;
	right:0px;
	z-index:999;
	border: none;
	outline: 0; text-decoration: none; font-size: 13px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	right:20px;
	z-index:999;
	border: none;
	outline: 0; text-decoration: none; font-size: 13px;
}

/*pager links*/
.bx-pager a {
	text-decoration: none;
}

/*auto start button*/
.bx-auto .start {
	background: url(gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/*next/prev button active state*/
.bx-next:active,
.bx-prev:active { 
	outline: 0; 
}

/*next/prev button focus state*/
.bx-next:focus,
.bx-prev:focus { 
	outline: 0; 
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/

.bx-wrapper {
	float: left; clear: left; margin-bottom:10px;

}

.bx-pager {
	float: left; clear: left; width: 50px;
}

/*captions*/
.bx-captions {
	text-align:center;
	padding: 7px 0;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}











