/* 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-slide > img { z-index: 0; }
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;height: 0px;}
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%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;border-radius: 50%}
p.bjqs-caption{
	display:block;
	margin:0;
	padding:30px;
	padding-left: 35px;
	position:absolute;
	top:0;
	margin-top: 15px;
	font-size: 25px;
	color: white !important;
	background: none repeat scroll 0% 0% rgb(22, 61, 124);
	background: none repeat scroll 0% 0% rgba(22, 61, 124, 0.82);
}
p.bjqs-subtitle{
	display:block;
	width:742px;
	margin:0;
	padding:10px;
	position:absolute;
	bottom:0;
	background: none repeat scroll 0% 0% #D5EBEF;
	background: none repeat scroll 0% 0% rgba(213,235,239,0.8);
	color: rgb(0,94,145);
	font-size: 18px;
}
p.bjqs-caption > a{
	color: white !important;
}
p.bjqs-caption > a:hover{
	color: #C5D3E8 !important;
}
p.bjqs-subtitle > a:hover{
	text-decoration: underline !important;
}
ul.bjqs-controls.v-centered li a{
	display:block;
	padding:7px;
	background: none repeat scroll 0% 0% #163D7C;
	color:#fff !important;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#135b9e;
	color:#fff;
}
ol.bjqs-markers li a{
	padding:5px 10px;
	background: #163D7C;
	color:#fff !important;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: none repeat scroll 0% 0% #135b9e;
}

#banner-fade,
#banner-slide{
	margin-bottom: 30px;
	font-family: 'Roboto Condensed', 'Poiret One' !important;
}

.bjqs-wrapper {
	border: 1px solid #135b9e;
	border-radius: 3px;
	font-family: 'Roboto Condensed', 'Poiret One' !important;
}