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



pre{
	font-family: Bauer Bodoni BT;
	display: none;
	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{
float: left;
    height: 610px;
    margin: 0 auto 30px;
 
    width: 1000px;
	
}

#banner-fade,
#banner-slide{
margin: 0 auto;
    width: 960px;
}


ol.bjqs-markers li a{
	padding:8px 10px;
	background:url("banner-bullets.png") no-repeat;
	color:#fff;

	text-decoration: none;
	text-indent:-9999px;
	overflow:hidden;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: url("banner-bullets-red.png") no-repeat;
		text-indent:-9999px;
	overflow:hidden;
}

p.bjqs-caption{
	background: none;
}