/* 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: 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{
	padding-bottom:80px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#banner-fade,
#banner-slide{
	/* [disabled]margin-bottom: 60px; */
	text-align: right;
	height: 300px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	text-decoration: none;
	font-size: 0px;
}

ul.bjqs-controls.v-centered li a:hover{
	font-size: 0px;
}

ol.bjqs-markers li a{
	padding:5px;
	color:#000;
	margin:3px;
	text-decoration: none;
	background-image: url(../images/banner_bullet_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	list-style-type: none;
	font-size: 0px;
	margin-right:10px;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background-image: url(../images/banner_bullet.png);
	background-repeat: no-repeat;
	background-position: ;
	list-style-type: none;
	font-size: 0px;
	
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}
