/* @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:95px;
	right:5px;
	z-index:999;
	width: 64px;
	height: 64px;
	text-indent: -999999px;
	background: url(/App_Images/btn_carousel_next.png) no-repeat 0 0px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:95px;
	left:5px;
	z-index:999;
	width: 64px;
	height: 64px;
	text-indent: -999999px;
	background: url(/App_Images/btn_carousel_prev.png) no-repeat 0 0px;
}

/*pager links*/
.bx-pager {
	padding-right: 30px;
}

.bx-pager a {
	margin-left: 10px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	width: 94px; height: 94px; display: block; float: right;
	border: 0px solid #b4b4b4;
	
       -moz-border-radius: 10px; 
       -webkit-border-radius: 10px; 
       -khtml-border-radius: 10px; 
       border-radius: 10px;
}

.bx-pager a img {
	margin: 0px;
}

/*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: url(/App_Images/ico_active_pager.png) no-repeat;
	border: 0px solid #fff;
	margin-top: -8px;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
	position:absolute;
	bottom: 20px;
	right:5px;
}

/*captions*/
.bx-captions {
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	width: 500px;
	padding-left: 20px;
	color: #fff;
	position: absolute;
	bottom:-22px;
	left:0px;
}


/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}











