/*
    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: 410px; height: 500px; position: relative; margin: 0; }
.anythingSlider .wrapper                { width: 410px; overflow: auto; height: 500px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: white; margin: 0 0 0 -40px; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 500px; width: 410px; margin: 0; }
.anythingSlider .arrow                  { visibility: hidden; }
.anythingSlider .forward                { visibility: hidden; }
.anythingSlider .back                   { visibility: hidden; }
.anythingSlider .forward:hover          { visibility: hidden; }
.anythingSlider .back:hover             { visibility: hidden; }

#start-stop                             { visibility: hidden; }
#start-stop.playing                     { visibility: hidden; }
#start-stop:hover                       { visibility: hidden; }

/*
  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; }