/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
ul.bjqs li{background-repeat:no-repeat;}
li.bjqs-slide{display:none;position:absolute;}

ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999; margin-bottom: -150px;}

ol.bjqs-markers{list-style:none;margin:0;padding:0;z-index:9999;}
ol.bjqs-markers li{float:left;}

p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/* demo styles */


 ul.bjqs-controls li a{
  display:block;
  position:absolute;
  text-indent: -9999px;
  height: 67px;
  width: 22px;  
}

a.bjqs-prev{
		left:0px;
  background:url(img/slider-left.png) no-repeat;  
}

a.bjqs-next{
  right:0px;
  background:url(img/slider-right.png) no-repeat;  
}

 p.bjqs-caption{
  background:rgba(0,0,0,0.7);
  color:#fff;
  text-align:center;
}

 ol.bjqs-markers{
  position:absolute;
  bottom: 41px;
  left: 40px;  
}

 ol.bjqs-markers li{
  float:left;
  margin:0 3px;
  height: 18px;
  padding-top: 2px;
}

 ol.bjqs-markers li a{
  display:block;
  height:12px;
  width:12px;
  overflow:hidden;
  text-indent:-9999px;
  background:#fff;
  border-radius:10px;
  line-height: 28px;
  vertical-align: middle;
}

ol.bjqs-markers li.active-marker a{
  background: #000;
  border: 2px solid #fff;
  margin-top: -2px;
}
