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

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

ol.bjqs-markers li{
    width:20px;
	height:20px;
	border-radius:10px;
	font-size:0;
	color:#a9a9a9;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	background:#a9a9a9;
}

ol.bjqs-markers li a{
	
    display: inline;
    position: relative;
	padding-left:4px;
    z-index: 2;
    width:20px;
	height:20px;
	border-radius:10px;
	font-size:7px;
	color:#a9a9a9;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	background:#a9a9a9;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #6e6e6e;
	color:#6e6e6e;
}

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