/* @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:40%;
	right:10px;
	z-index:999;
	width: 30px;
	height: 30px;
	opacity:0.3;
	text-indent: -999999px;
	background: url(gray_next.png) no-repeat 0 -30px;
}*/

.bx-next {
	position:absolute;
	top:40%;
	right:10px;
	z-index:999;
	width: 30px;
	height: 30px;
	opacity:1;
	left:50%;
	text-indent: -999999px;
	background: url(gray_next.png) no-repeat 0 -30px;
	margin-left:415px;
}

/*previous button
.bx-prev {
	position:absolute;
	top:40%;
	left:10px;
	z-index:999;
	width: 30px;
	height: 30px;
	opacity:0.3;
	text-indent: -999999px;
	background: url(gray_prev.png) no-repeat 0 -30px;
}*/

.bx-prev {
	position:absolute;
	top:40%;
	left:10px;
	z-index:999;
	width: 30px;
	height: 30px;
	opacity:1;
	text-indent: -999999px;
	background: url(gray_prev.png) no-repeat 0 -30px;
	margin-left:-55px;
}

#slider1{
	height:500px;
}

#slider2{
	height:420px;
	width:800px;
}

#slider3{
	height:538px;
	width:650px;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(gray_pager.png) no-repeat 0 -20px;
}

/*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:none;
	color:#01c4f5;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:16px;
	color:#FFF;
	position:absolute;
	top:-40px;
	margin-left:580px;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 14px;
	padding: 7px 0;
	color: #1a426c;
}

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

.bx-auto a {
	color: #1a426c;
	font-size: 14px;
}











