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

body{

}

pre{

	display: block;
	padding: 9.5px;
	margin: 0 0 10px;

	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;
}

#container{
	position:relative;
	max-width:620px;
	margin: 30px 140px;
	padding-bottom:40px;
}

#banner-fade,
#banner-slide{
	margin-bottom: -40px;
}

ul.bjqs-controls.v-centered li a{
background-image:url('button.png');
	height: 1px;
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
background-image:url('button.png');
	height: 1px;
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	background-image:url('button.png');
	height: 1px; 
	padding:5px 6px;
	color:#fff;
	margin-top:10px;
	margin-left:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{

	background: #f6d019;
}

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