/* 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{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 */


#container{
  width:1600px;
  padding:100px 0;
  margin:0 auto;
  overflow:hidden;
}

#banner {
  height:483px;
  width:1600px;
  margin:0 auto;
  position:relative;
 
  
}

 ul.bjqs-controls li a{
  display:block;
  padding:5px 10px;
  position:absolute;
  color:#fd0100;
  text-decoration:none;
  text-transform:uppercase;
}

a.bjqs-prev{
  left:0;
}

a.bjqs-next{
  right:0;
}

 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{
 
  margin:0 20px;
  height: 35px;
  background:url(../images/tabbg.png) no-repeat;
 
   
 
}


 ol.bjqs-markers li a{
  display:block;
  height:35px;
  width:35px;
  background:url(../images/bullets.png) no-repeat;
  overflow:hidden;
  text-indent:-9999px;
  float:left;
  
 
  
  /*  display:block;
	width:35px;
	height:35px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;
	margin-right:85px;*/
  
}

ol.bjqs-markers li.active-marker a{
 
	background-position:0 -41px;

}
