<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.anythingSlider img { border: 0; }


.anythingSlider                         { width: 700px; height: 191px; position: relative; }
.anythingSlider .wrapper                { width: 700px; overflow: auto; height: 191px; margin: 0 0; position: absolute; top: 5px; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 191px; width: 700px; margin: 0; }
.anythingSlider .arrow                  { display: none; height: 200px; width: 67px; background: url(/images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 174px; left: 10px; }
#thumbNav a                             { color: black; font: 11px/18px; Georgia, Serif; display: inline-block; padding: 2px 6px; height: 14px; margin: 0 4px 0 0;
                                          background: url(/images/cellshade.png); text-align: center;
                              /*  -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px;                   -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; -webkit-bordertop-left-radius: 3px;  -webkit-border-top-right-radius: 3px; */
                                        -moz-border-radius: 3px; -webkit-border-radius: 3px;    }
                                       
#thumbNav a:hover                       { background: #999; }
#thumbNav a.cur                         { background: #aaa; }

#start-stop                             { display: none; background: green; background-image: url(/images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 2px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 1px; -moz-border-radius-bottomright: 1px; -webkit-border-bottom-right-radius: 1px; -webkit-border-bottom-left-radius: 1px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider a { text-decoration: none; }
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }</pre></body></html>