/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;display:none;}
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:100%;position:absolute;bottom:10px;left:0px !important;}
ol.bjqs-markers.h-centered{text-align:right;}
ol.bjqs-markers li{display:inline;width:auto;height:auto;margin:0px 5px;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:none;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

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

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	width:8px;height:8px;border-radius:4px;overflow:hidden;text-indent:999px;line-height:8px;
	background:rgb(255,164,83);
	color:#fff;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a{
	width:26px;
}

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