/* CONTAINER */
div.orbit { width: 1px; height: 1px; position: relative; -moz-box-shadow: 0 0 10px rgba(0,0,0,.25); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);  overflow: hidden; }

div.orbit img { position: absolute; top: 0; left: 0;}
div.orbit a img { border: none; }

/* CAPTIONS */
div.caption { background: #000; background: url('../images/slider-span.png') repeat-x; 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: none; }
div.slider-nav span { width: 33px; height: 33px; text-indent: -9999px; position: absolute; z-index: 1000; top: 43%; cursor: pointer; }
div.slider-nav span.right { background: url('orbit/right-arrow.png'); right: 10px; }
div.slider-nav span.left { background: url('orbit/left-arrow.png'); left: 10px; }   

/* BULLET NAV */
.orbit-bullets { position: absolute; z-index: 999; list-style: none; margin-top:370px; margin-left: 450px; padding: 0; }
.orbit-bullets li { float: left; margin: 3px 3px 3px 3px; cursor: pointer; border-radius: 6px 6px 6px 6px; color: #999; text-indent: -9999px; background-color: #CACACA; 0 0; width: 10px; height: 10px; overflow: hidden; }
.orbit-bullets li.active { background-color: #88CFED; }