/* Basic jQuery Slider essential styles */

#banner-fade{
	position:relative;
	width:100% !important;
	margin-bottom: 5px;
	overflow:hidden;
	margin:0 auto !important;
}
#banner-fade img{
	width:100% !important;
	margin:0 auto;
	position:absolute;
    bottom:0;
}

/*#banner-fade{
	width:1076px !important;
	margin:0 auto !important;
}*/

ul.bjqs{position: absolute; width:100% !important; list-style:none;padding:0;margin:0 auto !important; overflow:hidden; display:none;}
ul.bjqs li{ width:100% !important;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:auto;}
ol.bjqs-markers.h-centered{/*text-align: center;*/}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}

.bjqs-caption-bg{
	width:1137px;
	height:100%;
	margin: 0 auto;
	position:relative;
}
p.bjqs-caption{
	display:block;
	width:70%;
	float:left;
	margin:0 auto;
	padding:0;
	margin-left:28px;
	position:absolute;
	bottom:26%;
	left:0;
	/*right:10%;
*/
	font:bold 48px/48px "Whitney-Medium", arial;
	color:#fff;  
	text-transform:uppercase;
	
	/*background: rgba(000,000,000,0.5);*/
	text-shadow: 3px 3px 3px #000000;
}

ul.bjqs-controls.v-centered li a{
	display:none;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}
.bjqs-markers-bg{
	width:1137px;
	height:100%;
	margin: 0 auto;
	position:relative;
}
/*ol.bjqs-markers{
	width:1137px;
	position:absolute;
	bottom:10px;
	right:0;
	margin: 0 auto;
}*/
ol.bjqs-markers{
	width:auto;
	float:right;
	position:absolute;
	right: 25px;
	bottom:10px !important;
}
ol.bjqs-markers li{
	
}

ol.bjqs-markers li a{
	padding:2px;
	background:#fff;
	color:#144991;
	margin:5px;
	text-decoration: none;
	border-radius:100%;
	width:22px;
	height:21px;
	line-height:18px;
	opacity: 0.6;
	outline:none;
	font-size:15px;
	text-align:center;
	font-weight:bold;
	opacity: 0.4;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #fff;
	color:#144991;
	opacity: 0.7;
}

p.bjqs-caption{
	/*background: rgba(255,255,255,0.5);*/
}