/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute; font-size: 10px; color: #000000;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:25px; text-decoration: none;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:25px; text-decoration: none;}
ol.bjqs-markers{  list-style: none;
  padding: 0;
  margin: 10px auto;
  /* width: 100% !important; 
  right: 30px !important;*/
  position: absolute;
  bottom: 0px;
  width: 78px;
}
ol.bjqs-markers.h-centered{/*text-align: right;*/}
ol.bjqs-markers li{
  float:left;
  margin: 0px 0px 0px 10px;}
ol.bjqs-markers li a{
	display: block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	text-indent: -9999px;
	background: white;
	border-radius: 0px;
/*	border: 1px #666 solid;*/
	}
ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {background: #980d3a;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
.bjqs-slide img {width: 100% }
.z-banner { float: left; width: 100%; overflow: hidden;     margin-bottom: 40px;}

