/* 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; width:12px}
ul.bjqs-controls li a{position:absolute; z-index:12 }
ul.bjqs-controls li.bjqs-next a{right:348px; bottom:-33px;width:45px; height:65px; background:url(../img/pag_right.png) center center no-repeat; cursor:pointer}
ul.bjqs-controls li.bjqs-next a:hover{background:url(../img/pag_right2.png) center center no-repeat;}

ul.bjqs-controls li.bjqs-prev a{left:351px;bottom:-33px;width:45px; height:65px; background:url(../img/pag_left.png) center center no-repeat; }
ul.bjqs-controls li.bjqs-prev a:hover{ background:url(../img/pag_left2.png) center center no-repeat; }

ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:auto; position:relative; z-index:10 ; top:-25px}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline; margin:0px; padding:3px }
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
