/* @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*/


#slider-wrapper{
	width:998px;
	height:314px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
	border-radius: 0px 0px 4px 4px; 
	-moz-border-radius: 0px 0px 4px 4px; 
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-box-shadow: 0px 0px 6px #333;
	-webkit-box-shadow: 0px 0px 6px #333;
	 box-shadow: 0px 0px 6px #333;	
}
#slider{width:998px;height:314px;position:relative; }

#feature{width:998px;height:314px; background-repeat: no-repeat;background-position: center;display:inline; }
#slider p{padding-left:5px; padding-right:5px;color:white;font-size: 13.5px;  font-family:'Helvetica Neue',Arial,Helvetica, sans-serif; word-wrap:break-word;text-shadow:1px 1px 1px rgba(0,0,0,0.4); }
#slider h1{ font-family: 'Helvetica Neue',Arial,Helvetica ,sans-serif; color:white;font-size: 25.4px;margin-left: 10px;letter-spacing:-0.07em; font-weight:bold;text-shadow:1px 1px 1px rgba(0,0,0,0.4 );word-wrap:break-word;}
#link {font-size:77%;color:white; width:77px;height:23px; background-color: rgba(255,255,255,.2);text-align: center;padding-top: 10px; position: absolute;bottom:0; right:0;color: white;cursor: pointer;-webkit-border-top-left-radius: 15px;-moz-border-radius-topleft: 15px;border-top-left-radius: 15px; }
#link:hover{background-color:rgba(255,255,255,.7);color:#3b3a3a;}
#link2 {margin-bottom:6px; width:79px;height:23px; background-color: rgba(194,148,12,.62);text-align: center;padding-top: 10px; position: absolute;bottom:0; right:0;color: white;cursor: pointer;-webkit-border-top-left-radius: 15px;-moz-border-radius-topleft: 15px;border-top-left-radius: 15px;-webkit-border-top-right-radius: 15px;-moz-border-radius-topright: 15px;border-top-right-radius: 15px;margin-right:7px }
#link2:hover{background-color:rgba(194,148,12,.82);color:#3b3a3a;}
#link2 a{color: white;font-weight:bold;font-size:77%}
#link2 a:hover{color:#2B4E78;}
.capleft{padding-top:10px;width:350px;height:190px;float: left;margin-left:20px;margin-top: 20px; display: inline;position: relative;background-color: rgba(194,148,12,.82);}
.capright{padding-top:10px;width:350px;height:190px;float: right;margin-right:20px;margin-top: 20px; display: inline;position: relative;background-color: rgba(194,148,12,.82);}
.capfullleft{padding-top:10px; overflow:hidden;width:320px;height:290px;float: left;margin-left:30px; margin-top: 7px;display: inline;position:absolute;background-color: rgba(194,148,12,.82);}
.capfullright{padding-top:10px;overflow:hidden;width:320px;height:290px;right:0;margin-right:30px;margin-top: 7px;display: inline;position:absolute;background-color: rgba(194,148,12,.82);}
.capnone{display:none;font-weight:bold; }
.bx-next {
	position:absolute;
	top:40%;
	right:-19px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(gray_next.png) no-repeat 0 -30px;
}
#link a{font-weight:bold; }

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

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

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











