/* Basic jQuery Slider essential styles */

#StellarSlider{ width: 980px; height: 284px; margin: 0 auto 20px; position: relative; }
#StellarSlider ul{ position:relative; list-style:none;padding:0;margin:0;overflow:hidden; }
ul.bjqs{display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls {
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
	position: absolute !important;
	overflow: visible !important;
	top:45%;
	width:100%;
}
ul.bjqs-controls li a {
	display:block;
	position:absolute;
	color:#fd0100;
	text-decoration:none;
	text-transform:uppercase;
	width: 26px;
	height: 43px;
}
ul.bjqs-controls.v-centered li.bjqs-next a{right:-26px; background: url('../images/arrowRight.png') left center no-repeat; }
ul.bjqs-controls.v-centered li.bjqs-prev a{left:-25px; background: url('../images/arrowLeft.png') left center no-repeat; }
ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	bottom: 10px;
	width: 100%;
	position: absolute;
}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li {
	display: block;
	float: right;
	margin: 0 10px 0 0;
}
ol.bjqs-markers li a {
	display: block;
	float: left;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 10px;
	opacity: .7;
}
ol.bjqs-markers li.active-marker a {
	opacity: 1;
}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}