/* 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;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(0,0,0,0.4);
    padding: 10px;
}
li.bjqs-prev {
    float: left;
}
li.bjqs-next {
    float: right;
}
ul.bjqs-controls.v-centered li a{position:static;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%; display:none;}
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;}

ul.bjqs-controls.v-centered li.bjqs-next a{right:10px; background:url(../images/arrow-right.png) no-repeat center center; width:15px; height:24px;overflow: hidden; text-indent: -99px;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:10px; background:url(../images/arrow_left.png) no-repeat center center; width:15px; height:24px; overflow: hidden; text-indent: -99px;}
ul.bjqs-controls.v-centered li.bjqs-next a:hover{ background:url(../images/arrow-right.png) no-repeat center center;}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover{ background:url(../images/arrow_left.png) no-repeat center center;}