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



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

#slider{
	width:680px;
  height:275px;
	margin:0 auto;
	padding-bottom:0px;
  background-color:#000;
}

#banner-slide{
  margin-left:0px;
	margin-bottom:0px;
  width:680px;
}

#banner-fade{
  width:680px;
  margin-left:-24px;
}

#banner-fade ol{
background-color:#000;
position:relative;
  margin-top:-25px;
  *margin-top:20px;
}

#banner-fade ol li a{
  width:40px;
  height:25px;
}

#slider #banner-fade ul li{
list-style:none;
}

ul.bjqs-controls.v-centered ul{
margin-left:20px;
}

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

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

ol.bjqs-markers ul{
width:750px;
}

ol.bjqs-markers li a{
	width:160px;
  height:80px;
	background:#000;
	margin:5px;
	text-decoration: none;
}

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

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

#banner-fade ul{
display:none;
}






