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

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

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

ol.bjqs-markers {
	position: absolute;
	width: 43px;
	right: 10px;
	bottom: 10px;
}

ol.bjqs-markers li a{
    background: url("navigator.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font-size: 1px;
    height: 8px;
    margin: 3px;
    width: 8px;
    text-indent: -9999px;
}

ol.bjqs-markers li.active-marker a {
	background-position: 0 -16px;
}
ol.bjqs-markers li a:hover{
	background-position: 0 -8px;
}

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