/* 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;z-index:2;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{width:30px;height:80px ;right:0;background: url("../img/seta002.svg")  no-repeat center center scroll;}
ul.bjqs-controls.v-centered li.bjqs-next a:hover{background: url("../img/seta002_1.svg")  no-repeat center center scroll;}
ul.bjqs-controls.v-centered li.bjqs-prev a{width:30px;height:80px ;left:0;background: url("../img/seta001.svg")  no-repeat center center scroll;}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover{background: url("../img/seta001_1.svg")  no-repeat center center scroll;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}