/* Demo CSS - You do not need this css in your own slider */



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;
}



#banner-fade,
#banner-slide{
	margin-bottom: 40px;
	margin-left:auto;
	margin-right: auto;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background: rgba(0,0,0,.3);
	color: rgba(255,255,255,.3);
	text-decoration: none;
}

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

ol.bjqs-markers li a{
	padding:2px 8px;
	background:rgba(0,0,0,.1);
	color:rgb(230,230,230);
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a{
	background: rgb(150,150,150)
}

ol.bjqs-markers li a:hover{
	background: #5CC6D0;
	color: #FFF;
}
