/* @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:80px;
	left:270px;
	z-index:100;
	width: 40px;
	height: 50px;
	text-indent: -999999px;
	background: url(next.png) no-repeat -40px 0;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:80px;
	left:10px;
	z-index:5;
	width: 40px;
	height: 50px;
	text-indent: -999999px;
	background: url(prev.png) no-repeat -40px 0;
}

/*pager links*/
.bx-pager a {
	color: #fff;
	margin-top: 5px;
	padding: 0px 10px 0px 10px;
	background: url(photo_icon.png) no-repeat 0 -16px;
	float: left;
	height: 12px;
	width: 10px;
	text-decoration: none;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	font-size:10px;
	line-height: 100%;
	float: right;
	}


/*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;
}


/*captions*/
.bx-captions {
	text-align:center;
	font-size: 8px;
	padding: 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 8px;
}
