/* 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; display: none;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 10px 10px 5px 10px; margin: 0; width:auto; background: url(../images/white-bg.png) left top repeat; position: absolute; bottom: 0; right: 0 !important;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline; padding: 0 3px;}
ol.bjqs-markers li a{display:inline-block; background: url(../images/bullet.png) left top no-repeat; width: 25px; height: 25px; color: #fff;}
ol.bjqs-markers li.active-marker a{display:inline-block; background: url(../images/bullet-on.png) left top no-repeat; width: 25px; height: 25px;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}