/* Basic jQuery Slider essential styles 

.bjqs-controls, .bjqs-markers { display:none!important }*/

#banners { margin-top:35px }

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.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0; background: url(../imgs/banners/setaR.png) center right 0 no-repeat; text-indent:9999px; color:#040404; height:30px; }
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0; background: url(../imgs/banners/setaL.png) 0 0 no-repeat; text-indent:9999px; color:#040404; height:30px; }
ul.bjqs-controls.v-centered li.bjqs-prev a:hover, ul.bjqs-controls.v-centered li.bjqs-next a:hover { filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; }
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{ font-family: "Oswald", Helvetica, sans-serif; display: block; width: 96%; margin: 0; padding: 2%; position: absolute; bottom: 45%; color: #d50022; font-size: 42px; text-align:left; text-transform: uppercase; left: 25%; }

ol.bjqs-markers { bottom:-5rem; position: absolute; filter: opacity(.85); }
ol.bjqs-markers li { margin-right: 3px; }
ol.bjqs-markers li  a { background: url(../imgs/banners/bullets.png) 0 0 no-repeat; width:15px; text-indent:9999px; }
ol.bjqs-markers li.active-marker a, ol.bjqs-markers li:hover a { background-position:-18px 0; } 