/* Basic jQuery Slider essential styles */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:visible; display:none;}
li.bjqs-slide{display:none;position:absolute;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9998;}
ol.bjqs-markers{
    width:798;
    list-style:none;
    float: right;
    margin:-50px 10px 0 auto;
    padding:0;z-index:9999; 
    position:absolute;}
ol.bjqs-markers li{float:left;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/* demo styles */

#container{
  width:798px;
  overflow:hidden;
  z-index:999;
}

#banner {
  height:294px;
  width:798px;
  position:relative;

  border:0px #fff solid;
    z-index:0;
    border-radius: 5px;

}

 ul.bjqs-controls li a{
  display:block;
  padding:10px 20px;
  position:absolute;
  color:fff;
  text-decoration:none;

}

a.bjqs-prev{
  left:0;
  height:22px;
  width:10px;
  background-image:url(left_arrow.png);
}

a.bjqs-next{
  right:0px;
  height:22px;
  width:10px;
  background-image:url(right_arrow.png);
}

 p.bjqs-caption{
  background:rgba(0,0,0,0.7);
  color:#fff;
  text-align:center;
  width:auto;
  margin-bottom:26px;
  font-family:Arial, Helvetica, sans-serif;
    text-transform:uppercase;
}

 ol.bjqs-markers{
  bottom:40px;
  float:right;
  

}

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

 
}

 ol.bjqs-markers li a{
  display:block;
  height:16px;
  width:16px;
  overflow:hidden;
  text-indent:-9999px;
  background:#ebeff4;
  border-radius:10px;
}

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