/* @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;
	top:45%;
	right:-3.5%;
	z-index:999;
	width: 10px;
	height: 44px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position:0 0;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:45%;
	left:-3.5%;
	z-index:999;
	width: 51px;
	height: 46px;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position:0 0;
}

/*pager links*/
.bx-pager{position:relative;}
.bx-pager a{
	margin: 2px 3px;
	color: #fff;
	padding: 2px 5px 4px 5px;
	font-size: 8px;
	zoom:1;
	background: url(gray_pager.png) no-repeat 0 -36px;
	text-decoration: none; 
	color: #d3d3d3;
}
.bx-pager a.pager-active,
.bx-pager a:hover { color: #76b600; }

/*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;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
	margin-top: -30px;
}



/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}
.bx-window { padding-bottom: 10px; }
