/*
    anythingSlider v1.2

    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                         { width: 970px; height: 358px; position: relative; margin: 0 auto 15px; background: transparent;}
.anythingSlider .wrapper                { width: 963px; overflow: auto; height: 358px; margin: 0 0px; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: transparent; border-top: 0px0; border-bottom: 0px; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 358px; width: 963px; margin: 0; }
.anythingSlider .arrow                  { display: hidden; height: 200px; width: 67px; no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { display: hidden; }
.anythingSlider .back                   { display: hidden; }
.anythingSlider .forward:hover          { display: hidden; }
.anythingSlider .back:hover             { display: hidden; }

#thumbNav                               { position: relative; width: 100px; top: 12px; left: 885px; text-align: center; }
#thumbNav a                             { color: transparent; font: 5px/5px helvetica; display: inline-block; padding: 3px 4px; height: 5px; margin: 0 5px 0 0; background: #777777 repeat-x; text-align: center; -moz-border-radius-topleft: 10px;  -moz-border-radius-topright: 10px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px;  -webkit-border-top-right-radius: 10px; -webkit-border-top-left-radius: 10px;}
#thumbNav a:hover                       { background: #999999;}
#thumbNav a.cur                         { background: #cccccc; }

#start-stop                             { background: transparent; padding: 1px; width: 1px; position: absolute; right: 0px; top: 346px; }
#start-stop.playing                     { background-color: #transparent; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.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; }