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

body{
	font-family: Tahoma, Verdana, helvetica, arial;
}

pre{
	font-family: Tahoma, Verdana, helvetica, arial;
	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;
}

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

#banner-stat {margin-bottom: 10px;}
#banner-fade,
#banner-slide{ margin-top: 10px; margin-bottom: 10px; }

/* CONTROLS  

ul.bjqs-controls.v-centered li a{
	display:block;
	padding: 0.1em 0.5em 0.1em 0.5em; /* top, right, bottom, left */
	background: rgba(0,0,0,0.25);
	color:#635543; font-weight: 800;
	text-decoration: none;
}

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

ol.bjqs-markers li a{
	padding:4px 12px;
	background:#32281E;
	color:#635543; font-size: 10px; letter-spacing: 2px; font-weight: 400;
	margin: 1px; line-height: 120%;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #BEB496; color:#111111;
}

p.bjqs-caption{
	background: rgba(0,0,0,0.5);
	line-height:50%;
	font-size: 10px; letter-spacing: 2px; font-weight: 600;
}
*/