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

#container{
	max-width:620px;
	margin:0 auto;
	padding-bottom:80px;
}

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

#content ul.bjqs-controls.v-centered li a{
	display:block;
	padding: 5px 10px;
	background:#ccc;
	color:#000;
	text-decoration: none;
	border-radius: 6px;
	margin-top: 5px;
	top: unset !important;
}

#content  ul.bjqs-controls.v-centered li a:hover{
	background:#08813B;
	color:#fff;
}

#content ol.bjqs-markers li a{
	padding:5px 10px;
	background:#08813B;
	color:#fff;
	margin:5px;
	text-decoration: none;
	border-radius: 4px;
}

#content ol.bjqs-markers li.active-marker a,
#content ol.bjqs-markers li a:hover{
	background: #999;
}

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