/* Basic jQuery Slider essential styles */

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:10px; background:url(../images/btn_next.png); height:30px; width:30px; opacity: 0.7;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:10px; background:url(../images/btn_back.png); height:30px; width:30px; opacity: 0.7;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%; margin-top:15px; display:none;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block; width:auto; margin:0; padding:0%; position:absolute; bottom:0; margin-left:54%; color:#FFF !important; text-shadow: 0 1px 2px #000; font-size:20px; padding-bottom:5px;}

pre{
	font-family: 'Open Sans Condensed',arial,sans-serif;
	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:620px;
	margin:0 auto;
	padding-bottom:80px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
		border:1px solid #ccc;
	padding: 10px;
	background: #FFF;
	width:98%;
	height:auto;
	box-shadow: 0 0 5px #888888;
	z-index:10;
}

#banner-fade img{
	width:100%;

}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	
}

ol.bjqs-markers li a{
	padding:0px 8px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	/*background: rgba(255,255,255,0.5);*/
}