<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 
 
 
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
#orbit-wrapper {position:relative; width:940px;  margin:40px auto 0;}   
#orbit-content {width:940px; background: #f7f7f7 url('orbit/loading.gif') no-repeat center center; overflow: hidden;}
#orbit-content&gt;img,  
#orbit-content&gt;div,
#orbit-content&gt;a { display: none; }


/* CONTAINER
   ================================================== */
div.orbit {width: 1px; height: 1px; position: relative; overflow: hidden }
div.orbit&gt;img { position: absolute; top: 0; left: 0; display: none; }
div.orbit&gt;a { border: none; position: absolute; top: 0; left: 0; line-height: 0;  display: none; }
.orbit&gt;div {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* TIMER
   ================================================== */
div.timer {display:none;}


/* DIRECTIONAL NAV
   ================================================== */
div.slider-nav {display: block; }
div.slider-nav span { font-size:25px; position: absolute; z-index: 10; top: 50%; margin-top: -20px; cursor: pointer; color:#000; opacity:0; filter:alpha(opacity=0);}
#orbit-wrapper:hover .slider-nav span {opacity:0.5; filter:alpha(opacity=50);}
#orbit-wrapper .slider-nav span:hover {opacity:0.8; filter:alpha(opacity=80); }
div.slider-nav span.right {right: 15px; }
div.slider-nav span.left {left: 15px; }


/* BULLET NAV
   ================================================== */
.orbit-bullets { position: absolute; z-index: 100; list-style: none; width: 100%; text-align:center; padding: 0; margin:0; bottom:7px;}
.orbit-bullets li { display:inline-block; margin: 0 6px; cursor: pointer; text-indent: -9999px; background: #000000; width: 12px;
height: 12px; overflow: hidden;  -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; opacity:0.5; filter:alpha(opacity=50);}
.orbit-bullets li.active {opacity:0.8; filter:alpha(opacity=80); }
</pre></body></html>