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

body{
   font-family: "Open Sans", helvetica, arial;
}

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

}

pre + h2{
   margin-top: 80px;
}

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

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

ul.bjqs-controls.v-centered li a{
   display:block;
font-family:myThirdFont;
   background:#fff;
   color:#000;
   text-decoration: none;
   font-size: 140%;
   text-align:center;
height: 30px;
width: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
margin: 0 10px 0 10px;
}

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

@font-face
{
font-family: myThirdFont;
src: url(CorpidCdHeavyItalic.woff);
}

ol.bjqs-markers li a{
margin: 15px 0 15px 10px; height: 10px; width: 10px; border: 2px solid #B8C4CF; -webkit-border-radius: 30px;
-moz-border-radius: 30px; border-radius: 30px; color: #B8C4CF; clear:both;
}

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

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