/* 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; width:50px; height:183px; text-align:center; padding-top:150px; color:#000; text-decoration:none; background:rgba(255,255,255,0.3);}
ul.bjqs-controls.v-centered li a:hover{background:rgba(255,255,255,0.5);}
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; width:100%; position: absolute; margin-top:-30px;}
#mainslides ol.bjqs-markers{list-style: none; padding: 0; margin-left: 530px; width:100%; position: absolute; margin-top:-60px; }
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block; width:11px; height:11px; border:2px #c6c6c6 solid; text-indent: -9999px; margin-right:15px; -webkit-border-radius: 11px;
-moz-border-radius: 11px;
border-radius: 11px;}
p.bjqs-caption{display:block;width:100%;margin:0;padding:2%;position:absolute;bottom:0; background: rgba(255,255,255, 0.5);}
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
border-color: #f13b3e;
}
