/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none; background-color: #FFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
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: 60px; height: 75px; color:#FFF;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0; background-image: url(../images/slider_next.png); 
 background-repeat: no-repeat; background-position: center right;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0; background-image: url(../images/slider_prev.png); 
 background-repeat: no-repeat; background-position: center left;}
ol.bjqs-markers{list-style: none; padding: 5px 0px; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline; background-image: url(../images/slider_bullet.png); 
 background-repeat: no-repeat; background-position: center center;}
ol.bjqs-markers li.active-marker{font-size:8px; color:#FFF; background-image: url(../images/slider_bullet_active.png); 
 background-repeat: no-repeat; background-position: center center;}
ol.bjqs-markers li a, ol.bjqs-markers li.active-marker a{display:inline-block; padding:0px 7px; font-size:10px; color:#669900; text-decoration: none;}
ol.bjqs-markers li.active-marker a{color:#FFF;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}



