/* 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;}
li.bjqs-slide img { float: left; }
ul.bjqs-controls{list-style:none;margin:0;margin-bottom:10px;padding:0;z-index:9999;}

ol.bjqs-markers{/*float:right;*/left: 62%;list-style:none;margin:0;padding:0;z-index:9999;}
ol.bjqs-markers li{float:left;}

p.bjqs-caption{display:block;width:96%;/*width: 20%;*/margin:0;padding:2.5%;position:relative;bottom:0;
float: left;
width: 200px;
height: 300px;
}

p.bjqs-caption span a {
font-size:1.6em;
font-weight: normal;
padding-bottom: 10px;    
}    

/* demo styles */

/*body{
  background:#f5f5f5;
  font-family: 'Carter One', sans-serif;
}*/

#container{
  width:980px;
  padding-bottom:30px;
  /*padding:0 0 50px 0;*/
  /*margin:0 auto;*/
  overflow:hidden;
}

#banner {
  height:370px;
  width:700px;
  margin:0 auto;
  position:relative;
  background:#000;
  border:0px #fff solid;
  /*box-shadow:0 0 50px rgba(0,0,0,0.5);*/
  margin-bottom: 15px;
}

 ul.bjqs-controls li a{
  display:block;
  padding:8px 8px;
  position:absolute;
  /*background:#000;*/
  color:#BCDA74; /*#fd0100;*/
  text-decoration:none;
  text-transform:uppercase;
  font-size: 1.7em;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.5;
    
  /* Firefox */
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.3s;
	-moz-transition-delay: 0.1s;
	/* WebKit */
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-delay: 0.1s;
	/* Opera */
	-o-transition-property: opacity;
	-o-transition-duration: 0.3s;
	-o-transition-delay: 0.1s;
	/* Standard */
	transition-property: opacity;
	transition-duration: 0.3s;
	transition-delay: 0.1s; 	
}

a.bjqs-prev{
  background-color: #DDD;    
  left:700px;
  /*background: transparent url(../../../images/l_arrow_small.png) no-repeat;*/
 /* margin:0 auto;*/
   top: 84.5px; /*195.5px;*/          
}

a.bjqs-prev:hover {
  /*background: black url(../../../images/l_arrow_small.png) no-repeat;*/
 opacity:0.75;
}

a.bjqs-next{
  background-color: black;    
  float: left;
  left: 700px;
  /*float:right;*/	
  /*right:0;*/
  /*background: transparent url(../../../images/r_arrow_small.png) no-repeat;*/
}
a.bjqs-next:hover {
  /*background: transparent url(../../../images/r_arrow_small.png) no-repeat;*/ 
 opacity:0.75;
}

 p.bjqs-caption{
  background:rgba(0,0,0,0.7);
  background-color: #000;  
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
    
  color:#fff;
  /*text-align:center;*/
  word-wrap: break-word;
  word-spacing: 0.0em;    
}

 ol.bjqs-markers{
  /*position:absolute;*/
  /*bottom:10px;*/
}

 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-color:#000;
  border-radius:10px;
  box-shadow:0 0 50px rgba(0,0,0,0.5);*/
  display: block;
  height: 6px;
  width: 12px;
  border: 2px solid #E6E6E6;
  overflow: hidden;
  text-indent: -9999px;
  background-color: #4E4E4E;
  border-radius: 10px;
  /*box-shadow: 0 0 50px rgba(0,0,0,0.5);*/
}

ol.bjqs-markers li.active-marker a{
  background: #00B4F0; /*#E6351F; /*#F00; #BCDA74;*/ /*#fd0100;*/
}
