/* Demo CSS - You do not need this css in your own slider */

#bjs-container {
	width: auto;
	margin: 0;
	padding-bottom: 0;
}
#banner-fade, #banner-slide {
	margin-bottom: 0;
}
ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}
li.bjqs-slide {
	position: absolute;
	display: none;
}
p.bjqs-caption {
	background: rgba(255, 255, 255, 0.5);
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
}
ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
	display: none;/*select none to disable controls*/
	padding: 10px;
	background: #fff;
	color: #000;
	text-decoration: none;
	position: absolute;
}
ul.bjqs-controls.v-centered li a:hover {
	background: #000;
	color: #fff;
}
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: none; /*select none to disable markers*/
	padding: 5px 10px;
	background: #000;
	color: #fff;
	margin: 5px;
	text-decoration: none;
}
ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
	background: #999;
}


/* Basic jQuery Slider essential styles */
