/* CONTAINER */
div.orbit { width: 1px; height: 1px; position: relative;  overflow: hidden; }
div.orbit img { position: absolute; top: 0; left: 0; }
div.orbit a img { border: none; }

/* TIMER */
div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right:10px; opacity: .6; cursor: pointer; z-index: 1001; }
span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background:  no-repeat; z-index: 3; }
span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
span.rotator.move { left: 0; }
span.mask.move { width: 40px; left: 0; background:  repeat 0px 0px;  }
span.pause { display: block; width: 1px; height: 1px; position: absolute; top: 0; left: 0px; background:  no-repeat; z-index: 4; opacity: 0; }
div.timer:hover span.pause,
span.pause.active, 
div.timer:hover span.pause.active { opacity: 1; }

/* CAPTIONS */
div.caption { background: #000; background: rgba(0,0,0,.6); width: 100%; z-index: 1000; position: absolute; bottom:-100px; color: #fff; padding: 8px 0; }
div.caption span { padding: 0 10px; font-size: 14px; text-shadow: 0px 1px 0px rgba(0,0,0,.8); margin: 0; }
.orbit-caption { display: none; }

/* DIRECTIONAL NAV */
div.orbit:hover div.slider-nav { display: block; }
div.slider-nav { display: block; }
div.slider-nav span { width: 28px; height: 45px; text-indent: -9999px; position: absolute; z-index: 1000; top: 43%; cursor: pointer; }
div.slider-nav span.right {   right: 10px; }
div.slider-nav span.left {  left: 10px; }   

/* BULLET NAV */
.orbit-bullets { bottom: 10px;    left: 11%;    list-style: none outside none;    margin-left: -50px;    padding: 0;    position: absolute;    z-index: 1000; }
.orbit-bullets li { margin-left: 5px; color: #999; background: url('../js/bn_slider.png') no-repeat 0 0; color: #999999; cursor: pointer; float: left; height: 18px;   overflow: hidden;    text-indent: -9999px;    width: 18px;}
    .orbit-bullets li.active { color: #222;background: url('../js/bn_slider_active.png');width:18px; height:18px; }