ul.bjqs {
	list-style: none; margin: 0px; padding: 0px; overflow: hidden; display: none; position: relative;
}
li.bjqs-slide {
	display: none; position: absolute;
}
ul.bjqs-controls {
	list-style: none; margin: 0px; padding: 0px; z-index: 9999;
}
ol.bjqs-markers {
	list-style: none; margin: 0px; padding: 0px; z-index: 9999;
}
ol.bjqs-markers li {
	float: left;
}
p.bjqs-caption {
	margin: 0px; padding: 2%; width: 96%; bottom: 0px; display: block; position: absolute;
}
#banner {
	background: rgb(255, 255, 255); margin: 0px auto; border: 0px solid rgb(255, 255, 255); width: 300px; height: 300px; position: relative;
}
ul.bjqs-controls li a {
	padding: 5px 0px; color: rgb(255, 255, 255); text-transform: uppercase; text-decoration: none; display: block; position: absolute; opacity: 0.4;
}
a.bjqs-prev {
	left: 0px; width: 60px; height: 120px;
}
a.bjqs-next {
	width: 60px; height: 120px; right: 0px;
}
p.bjqs-caption {
	background: rgba(0, 0, 0, 0.5); padding: 5px 20px; width: 100%; text-align: left; color: rgb(255, 255, 255);
}
ol.bjqs-markers {
	width: 930px; bottom: -26px; position: absolute;
}
ol.bjqs-markers li {
	margin: 0px 10px; float: left;
}
ol.bjqs-markers li a {
	border-radius: 10px; border: 1px solid rgb(153, 153, 153); width: 12px; height: 12px; text-indent: -9999px; overflow: hidden; display: block; box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
}
ol.bjqs-markers li.active-marker a {
	background: rgb(192, 192, 192);
}
