/*
    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                         { width: 620px; height: 232px; position: relative; margin:0; }
.anythingSlider .wrapper                { width: 620px; overflow: auto; height: 241px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider .wrapper ul img            { margin:0 20px 0 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 217px; width: 620px; margin: 0; }
.anythingSlider .arrow                  { color:#807f83; display: block; position: absolute; top: 228px; cursor: pointer; font-size:0.8em; text-indent:-9000px; overflow:hidden; width:5px; height:10px; }
.anythingSlider .forward                { right: 389px; background:url(design/right-arrow.png) 0 0 no-repeat; }
.anythingSlider .back                   { left: 155px; background:url(design/left-arrow.png) 0 0 no-repeat; }

#thumbNav                               { position: relative; top: 223px; text-align: center; width:386px; }
#thumbNav a                             { color:#807f83; display: inline-block; padding: 2px 2px; height: 18px; margin: 0 2px 0 0; text-align: center; text-decoration:none; font-size:0.8em; }
#thumbNav a:hover                       { text-decoration:underline; }
#thumbNav a.cur                         { color:#000; }

#start-stop                             { color:#807f83; padding:0 9px 0 0; position: absolute; right:235px; top: 225px; font-size:0.8em; text-decoration:none; background:url(design/right-arrow.png) right 3px no-repeat; text-align:right; }
#start-stop.playing                     {  background:url(design/pause.png) right 5px no-repeat; }
#start-stop:hover                       { text-decoration:underline; }

/*
  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; }

