/* Basic jQuery Slider essential styles */

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

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

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

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

/* demo styles */

body{
}

#banner {
  height:442px;
  width:407px;
  margin:0 auto;
  position:relative;
}

 ul.bjqs-controls li a{
  display:block;
  padding: 0px;
  position:absolute;
  text-decoration:none;
  top: 153px!important;
}

a.bjqs-prev{
  left: -40px;
  background: url(../img/slideshow_leftarrow.png) no-repeat left top;
  width: 31px;
  height: 51px;
}

a.bjqs-next{
  right: -40px;
  background: url(../img/slideshow_rightarrow.png) no-repeat left top;
  width: 31px;
  height: 51px;
}

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

 ol.bjqs-markers{
  position:absolute;
  bottom:-50px;
}

 ol.bjqs-markers li{
  float:left;
  margin:0 3px;
}

 ol.bjqs-markers li a{
  display:block;
  height:10px;
  width:10px;
  border:4px solid #fff;
  overflow:hidden;
  text-indent:-9999px;
  background:#000;
  border-radius:10px;
  box-shadow:0 0 50px rgba(0,0,0,0.5);
}

ol.bjqs-markers li.active-marker a{
  background:#fd0100;
}
