/************************************************ PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY ************************************************/
#featured {width:100%; height:100%; background:#000000 url(../images/controls/loading.gif) no-repeat center center; overflow: hidden; position:relative; z-index:-1;}
#featured>img, #featured>div, #featured>a {display:none;}
div.orbit>img {position: fixed; top: 0; left: 0; right:0; margin:auto; display: none; width:100%;  z-index:-9999;}

/************************************************ CAPTIONS ************************************************/
.orbitCaption {width:1141px; margin:0 auto; z-index: 1000; color: #fff; font-size: 13px; position: relative; height:240px; display: none; }
.captionContent{width:1000px; background:url(../images/controls/bg-caption.png);width:305px; margin:197px auto 0px 0px; padding:22px 30px 32px 30px;}
.captionContent h1{font-size:22px;}

/************************************************ DIRECTIONAL NAV ************************************************/
div.sliderNav {display: none }

/************************************************ BULLET NAV ************************************************/
.orbitBullets {position: absolute; z-index: 1000; list-style: none; top:260px; width:1141px; height:40px; margin:auto; left:0; right:0;}
.orbitBullets li {float: left; margin:0px 5px 0px 0px; cursor: pointer; color: #999; text-indent: -9999px;  background:#ffffff; width: 13px; height: 13px; overflow: hidden; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; -ms-border-radius:50%; }
.orbitBullets li:hover{background:#0b5482}
.orbitBullets li.active {background:#0b5482}
    
