/* 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:980px;
  padding:100px 0;
  margin:0 auto;
  overflow:hidden;
}
/*#slider_holder
{
	margin:0 auto;
	width:946px;
	height:207px;
}*/
#banner {
  /*margin:0 auto;*/
  height:410px;
  width:947px;
 float:left;

  position:relative;
  
  /*border:20px #fff solid;
  box-shadow:0 0 50px rgba(0,0,0,0.5);*/
}
#banner2 {
  height:410px;
  width:947px;
  float:left;

  position:relative;
  
  /*border:20px #fff solid;
  box-shadow:0 0 50px rgba(0,0,0,0.5);*/
}


/* ul.bjqs-controls li a{
  display:block;
  padding:5px 10px;
  position:absolute;
  background:#fff;
  color:#fd0100;
  text-decoration:none;
  text-transform:uppercase;
}

a.bjqs-prev{
	
  left:0;
  
}

a.bjqs-next{
  right:0;
}*/
 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;*/
  background-image:url(../images/portfolio_arrow_left.png);
  background-repeat:no-repeat;
  width:29px;
  height:63px;
  /*display:block;*/
  left:547px;
  top:281px;
  
	
}
a.bjqs-prev:hover{
	
  /*left:0;*/
  background-image:url(../images/portfolio_arrow_left_on.png);
  background-repeat:no-repeat;
  /*width:34px;
  height:63px;
  display:block;
  left:780px;
  top:74px;*/
  
	
}

a.bjqs-next{
 /* right:0;*/
 background-image:url(../images/portfolio_arrow_right.png);
  background-repeat:no-repeat;
  width:50px;
  height:63px;
  /*display:block;*/
  left:575px;
  top:280px;
  z-index:30;
}
a.bjqs-next:hover{
 /* right:0;*/
 background-image:url(../images/portfolio_arrow_right_on.png);
  background-repeat:no-repeat;
  /*width:50px;
  height:63px;
  display:block;
  left:810px;
  top:74px;*/
}


 p.bjqs-caption{
  background:rgba(0,0,0,0.7);
  color:#fff;
  text-align:center;
}

 ol.bjqs-markers{
  position:absolute;
  bottom:-50px;
  display:none !important;
}

 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;
}
