ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:25px;background:url(img/arrow2.png) center no-repeat;width:48px;height:48px;z-index:3;top:145px!important}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:25px;background:url(img/arrow1.png) center no-repeat;width:48px;height:48px;z-index:3;top:145px!important}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{z-index:1;position:absolute;bottom:20px;left:710px!important;width:200px!important;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}



body{
	font-family: "Open Sans", helvetica, arial;
}
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;
}

h2{
	font-size: 48px;
}

pre + h2{
	margin-top: 80px;
}

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

#banner-fade,
#banner-slide{
	border-top:solid 1px #666666;
	margin-bottom:9px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	color:#000;
	text-decoration: none;
}

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

ol.bjqs-markers li a{
	border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	padding:5px 10px;
	background:#EEEEEE;
	color:#000;
	margin:5px;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
	opacity:0.8;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	opacity:0.9;
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}
img.marco{
	position: absolute;
	z-index: 1;
	left: -4px;
}
