/* Demo CSS - You do not need this css in your own slider */

body{
	font-family: "Open Sans", helvetica, arial;
}

pre{
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 50px;
	font-size: 2px;
	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;
}

h2{
	
}

pre + h2{
	margin-top: 100px;
}

#container{
	max-width:575px;
	margin:0 auto;
	padding-bottom:80px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 14px;
	
}

ul.bjqs-controls.v-centered li a{
	
}

ul.bjqs-controls.v-centered li a:hover{

}

ol.bjqs-markers li a{

	padding:1px 5px;
	background:#6BB3CB;
	color:#6BB3CB;
	margin:2px;
	font-size:9px;
	
	text-decoration: none;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
     border-radius: 20px;

}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #32778D;
	color:#32778D;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}