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


#container{
	max-width:620px;
	margin:0 auto;
	padding-bottom:80px;
}

#banner-slide{float:left; width:635px; height:370px; overflow: hidden;}

#banner-fade,
#banner-slide{
	display:block;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#eb6308;
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
	font:bold 18px/22px sans-serif;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}

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

ol.bjqs-markers li a{
	padding:3px 4px;
	background:rgba(39,92,134,0.5);
	color:#fff;
	margin:0px 5px;
	font-weight:bold;
	text-decoration: none;
	border:1px solid #99adbb;
}

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

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