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


pre{
	
	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;
	display:none;
}


#container{
	width:1005;
	margin:0 auto;

}

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

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
	display:none;
}

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

ol.bjqs-markers li a{
	width:18px; 
	height:18px;
	background:url(../images/dot.png) left no-repeat;
	color:#fff;
	margin:5px;
	text-decoration: none;
	text-indent:-5000px;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background-position:right;
}

p.bjqs-caption{
background-position:right;
}