/* 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;display:none;}

ol.bjqs-markers{list-style:none;margin-left:-330px;padding:0;z-index:9999;}
ol.bjqs-markers li{float:left;}


/* demo styles */


#banner {
  height:408px;
  width:1000px;
  margin:0 auto;
  position:relative;
}

 ol.bjqs-markers{
  position:absolute;
  bottom:56px;
  left:100px
}

 ol.bjqs-markers li{
  float:left;
  margin:0 3px;
}

 ol.bjqs-markers li a{
background:url(/newr/img/main/m_thumb1.jpg);
  display:block;
  height:60px;
  width:90px;
  border:4px solid #fff;
  overflow:hidden;
  text-indent:-9999px;

}

ol.bjqs-markers li.active-marker a{

}
