ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}
li.bjqs-slide {
	position: absolute;
	display: none;
}
ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 20px;
	bottom: 5px;
	display: none;
}
ol.bjqs-markers.h-centered {
	text-align: center;
}
ol.bjqs-markers li {
	display: inline;
}
ol.bjqs-markers li a {
	display: inline-block;
	background: #fff;
	width: 12px;
	height: 12px;
	margin: 0 0 0 10px;
	outline: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
	background: #F9BE00;
}
