/*
    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: 763px; height: 185px; position: relative; margin: 0 auto; padding: 0px }
.anythingSlider .wrapper                { width: 763px; overflow: hidden; height: 185px; position: absolute; top: 0; left: 0; padding: 0px }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: -40px; margin: 0; }

.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 185px; width: 763px; margin: 0; }
.anythingSlider .arrow                  { display: none }
.anythingSlider .forward                { display: none }
.anythingSlider .back                   { display: none }
.anythingSlider .forward:hover          { display: none }
.anythingSlider .back:hover             { display: none }

#start-stop                             { display: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0px; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
