/* Basic jQuery Slider essential styles */
#banner-fade {
	float: left;	
}
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;
}
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: left;
	position: absolute;
	bottom: 0;
	margin-left: 10px;
}
ol.bjqs-markers li {
	display: inline;
	margin-right: 2px;
	text-indent: -9999px;
	background: url(../img/master/sprite-slider.png) no-repeat -20px 3px;
}
ol.bjqs-markers li.active-marker {
	background: url(../img/master/sprite-slider.png) no-repeat 0px 3px;
}
ol.bjqs-markers li a {
	display: inline-block;
	width: 14px;
	height: 13px;
}
p.bjqs-caption {
	display: block;
	margin: 0;
	width: 237px;
	padding: 20px;
	position: absolute;
	bottom: 30%;
	text-transform: uppercase;
	color: #fff;
	font-size: 25px;
	background: #00346f;
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}
