/* Demo CSS - You do not need this css in your own slider */
 @font-face {
  font-family: Bebas Neue;
  src: url('../../css/BebasNeue.otf');
}

pre{
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
 
pre + h2{
	margin-top: 80px;
}

#container{
	max-width:620px;
	margin:0 auto;
	padding-bottom:80px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	/*padding:1px;
	background:#fff;
	color:#000;
	display:block;
	margin-top:187px;
	text-decoration: none;
	border: 1px solid #CCC;
	font-size:14px; */
	
	padding: 1px 5px;
	background: rgb(255, 255, 255);
	color: #000;
	margin: 5px;
	text-decoration: none;
	border: 1px solid #CCC;
	font-size: 14px;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#8D1E1F;
	color:#fff;
}

ol.bjqs-markers li a{
	padding: 1px 5px;
	background: rgb(255, 255, 255);
	color: #000;
	margin: 5px 3px;
	text-decoration: none;
	border: 1px solid #CCC;
	font-size:14px;
 }

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #8D1E1F;
	color: #FFF;
}





/* Caption styles */
.bjqs-caption {
	float: left; position:absolute; bottom:0; background:url(img/feat-overlay.png) repeat; padding:15px 10px 10px 10px; width:600px; height:65px; z-index:8;
}
.bjqs-caption h1 { 
	font-family:'BebasNeueRegular' !important;
	font-size:28px !important;
	color:#FFF !important; 
	margin-bottom:-5px !important;
	padding-top:2px !important;
 	border-bottom:none;
	border-top:none;
	text-align: left;
 }
.bjqs-caption  p { color:#999; text-shadow: 1px 1px 1px #000; padding-top:0px !important; padding-bottom:2px !important; width: 520px; }

.bjqs-caption a {
	display:inline !important;
	text-decoration:none!important;
	color:#FFF;
	font-weight:bold;
 	text-transform:uppercase;
}
.bjqs-html-caption {
    display:none;
}


/*p.bjqs-caption{
	float: left; position:absolute; bottom:0; background:url(img/feat-overlay.png) repeat; padding:31px 10px 10px 10px; width:600px; z-index:8;height: 45px;
}
bjqs-caption a {
	display:inline !important;
}


p.bjqs-caption h1  { font-family:'BebasNeueRegular'; font-size:28px; color:#FFF; margin-bottom:2px; text-shadow: 1px 1px 1px #000; }
p.bjqs-caption   { color:#999; text-shadow: 1px 1px 1px #000; }

anchorClass {
	display:inline !important;
}*/