/* @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:30%;
	right:-31px;
	z-index:99;
	width: 32px;
	height: 63px;
	text-indent: -999999px;
	background: url(/images/rd/slider/next.png) -56px 0 no-repeat;
}
.bx-next:hover{ background-position: -56px -75px;}

/*previous button*/
.bx-prev {
	position:absolute;
	top:30%;
	left:-29px;
	z-index:99;
	width: 28px;
	height: 63px;
	text-indent: -999999px;
	background: url(/images/rd/slider/next.png) no-repeat ;
}
.bx-prev:hover{ background-position: 0 -76px;}
/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(/images/rd/slider/gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url(/images/rd/slider/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(/images/rd/slider/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */




/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*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;
}





.sliderfea{ float: left; border: 1px solid #e0e0e0; margin: 20px 0; width: 100%;} 
.sliderfea h2{ color: #7f7f7f; font-size: 23px; font-weight: bold; background: url(/images/rd/slider/hdbg.jpg) repeat-x; margin: 0; height: 29px; padding: 14px 10px 8px 16px;} 

#slide{ margin: 0; padding: 0; float: left;}
#slide img{ margin:16px 48px 4px;}
#slide li.first img{ margin:16px 48px 4px;}
#slide li{ border-right: 1px solid #e0e0e0; }
#slide li.first.pager{ width: 242px !important;}


.chrome .sign-up button.button{ padding: 3px 0 5px;}