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


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{
	width:776px;
	
}

#banner-fade,
#banner-slide{
	
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:0px;
	background:url(../images/slider/next_aero.png) no-repeat;
	color:#000; width:32px; height:32px;
	text-decoration: none;
	text-indent:-9999px;
}

ul.bjqs-controls.v-centered li a:hover{
}
ul.bjqs-controls.v-centered li.bjqs-next a
{	background:url(../images/slider/prev_aero.png) no-repeat;	
}

ol.bjqs-markers li a{
	padding:0px 0px; width:21px; height:20px; text-indent:-9999px;
	color:#fff;
	margin:0px;
	text-decoration: none;
	background:url(../images/slider/bullet1.png) no-repeat right;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background:url(../images/slider/bullet.png) no-repeat left; 
	
	}

p.bjqs-caption{
	/*background: rgba(255,255,255,0.5);*/
}