ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a {
	background: transparent url("../img/gallery/controls/right-arrow.png") no-repeat;
	height: 100px;
	width: 78px;
	right:0;
	text-indent: -9999px;
	}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	background: transparent url("../img/gallery/controls/left-arrow.png") no-repeat;
	height: 100px;
	width: 78px;
	right:0;
	left:0;
	text-indent: -9999px;
	}
	
ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
	display: inline;
}

ol.bjqs-markers li {
	position: relative;
	display:inline;
	top: 15px;
	left: 320px;
	margin-left: auto;
	margin-right: auto;
	}

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