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

 ul.bjqs-controls li a{
  font: 30px 'WebSymbolsRegular', Verdana, Geneva, sans-serif;
  display:block;
  width: 24px;
  height: 42px;
  position:absolute;
  color:#cdcdcd;
  text-decoration:none;
  text-transform:uppercase;
  
}
ul.bjqs-controls li a {
  width: 24px;
  height: 42px;
  overflow: hidden;
  position: absolute;
  bottom: -60px;
}
 
 ul.bjqs-controls li a i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 42px;
}
.arrow-right {
	background: url(../images_web/arrow-right.png) no-repeat 0px 0px;
}
.arrow-left {
	background: url(../images_web/arrow-left.png) no-repeat 0px 0px;
}
a.bjqs-prev{
  left:-34px;
}

a.bjqs-next{
  right:-34px;
}

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

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

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

 ol.bjqs-markers li a{
  display:block;
  height:10px;
  width:10px;
  text-indent:-9999px;
  background: url(../images_web/bullet-gray.png) repeat 0px 0px;
}

ol.bjqs-markers li.active-marker a{
  background: url(../images_web/bullet-blue.png) repeat 0px 0px;
}
