/* 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;}
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: 0; margin: 0; position: absolute; width: auto; bottom: 20px; left: 20px;}
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;}
.bjqs-markers a{
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    background: #000;
    /*border: 1px solid #0e77be;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: #666 0px 1px 3px;
    -moz-box-shadow: #666 0px 1px 3px;
    box-shadow: #666 0px 1px 3px;
    background: #1193ea;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1193ea), to(#0e77be));
    background: -webkit-linear-gradient(#1193ea, #0e77be);
    background: -moz-linear-gradient(#1193ea, #0e77be);
    background: -ms-linear-gradient(#1193ea, #0e77be);
    background: -o-linear-gradient(#1193ea, #0e77be);
    background: linear-gradient(#1193ea, #0e77be);
    -pie-background: linear-gradient(#1193ea, #0e77be);
    behavior: url(/pie/PIE.htc);*/
}
.bjqs-markers li.active-marker a{
    position: relative;
    background: #c00609;
    /*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a6a6a6), to(#3d3e3e));
    background: -webkit-linear-gradient(#a6a6a6, #3d3e3e);
    background: -moz-linear-gradient(#a6a6a6, #3d3e3e);
    background: -ms-linear-gradient(#a6a6a6, #3d3e3e);
    background: -o-linear-gradient(#a6a6a6, #3d3e3e);
    background: linear-gradient(#a6a6a6, #3d3e3e);
    -pie-background: linear-gradient(#a6a6a6, #3d3e3e);
    behavior: url(/pie/PIE.htc);*/
}

@media (max-width:1000px) {
    ol.bjqs-markers {
        bottom: 3px;
    }
}
@media (max-width:735px) {
    ol.bjqs-markers {
        left: 87%;
    }
}