/*
    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: 460px; height: 220px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 460px; overflow: auto; height: 220px; margin: 0 1px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 5000px; list-style: none; position: absolute; top: 0; left: 0; background: none; border: 2px solid #FFE0B3; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 210px; width: 460px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 50px; width: 20px; background: url(../images/arro.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 105px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -23px; }
.anythingSlider .back                   { background-position: -20px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -50px; }
.anythingSlider .back:hover             { background-position: -20px -50px; }

#thumbNav                               { position: relative; top: 220px; text-align: left; }
#thumbNav a                             { color: black; font: 11px/12px tahoma, Serif; display: inline-block; padding: 2px 5px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #FFE0B3; border: 1px solid #FF9900;}

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; font: 11px tahoma, Serif; position: absolute; right: 1px; top: 220px; }
#start-stop.playing                     { background-color: red; }
#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; }
