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/projects/controls/right-arrow.png") no-repeat;
	height: 50px;
	width: 39px;
	right:0;
	text-indent: -9999px;
	}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	background: transparent url("../img/projects/controls/left-arrow.png") no-repeat;
	height: 50px;
	width: 39px;
	right:0;
	left:0;
	text-indent: -9999px;
	}
ol.bjqs-markers li a{
	font-size: 10px;
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	list-style-type: !important none;
	}
#banner-fade li {
	list-style: none;	
}
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}
.bjqs-markers h-centered {
	list-style-type: !important none;
}