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

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

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

ol.bjqs-markers li a{
	padding:2px 5px;
	background:#3f4b51;
	color:#fff;
	margin-top:5px;
    margin-left:3px;
	text-decoration: none;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #A14A0A;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
}

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