/* Basic jQuery Slider essential styles */

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{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls li a{position:absolute; top: 275px; display: block; width: 50px; height:50px; font-size: 0;}
ul.bjqs-controls li.bjqs-next a{background: url("next.png") no-repeat; right:0;}
ul.bjqs-controls li.bjqs-prev a{background: url("prev.png") no-repeat; left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: -50px 0 0 50px; width:100%; position: relative; z-index: 1;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block; width: 24px; height: 24px; background: url("dots.png") no-repeat 0 4px; font-size: 0;}
ol.bjqs-markers li.active-marker a{background-position: 0 -20px;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}