/* 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: 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;}
h2{font-size: 48px;}
pre + h2{margin-top: 80px;}
#container{
	max-width:650px;
	margin:0 auto;
	padding-bottom:0px;}
#banner-fade,
#banner-slide{margin-bottom:5px;}
ul.bjqs-controls.v-centered li a{
	display:block;
	padding:5px;
	background:#046A9D;
	color:#fff;
	text-decoration: none; }
ul.bjqs-controls.v-centered li a:hover{
background:#FF6600; 
color:#046A9D;}
ol.bjqs-markers li a{
	padding:5px 10px;
	background:#046A9D;
	color:#fff;
	margin:5px;
	text-decoration: none; 	-moz-border-radius: 5px; border-radius: 5px;}
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{background: #FF6600;}
p.bjqs-caption{background: #FF6600; font-size:14px; font-weight:bold; color: #000; padding:4px; width:100%;}