/*
    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: 315px; position: relative; margin: 0 auto;  padding-top:35px; }
.anythingSlider .wrapper                { width: 315px; overflow: auto; margin: 0px; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; width: 315px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 15px; width: 10px; background: url(arrows2.jpg) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 0px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -10px; }
.anythingSlider .back                   { background-position: -10px 0; left: -10px; }


/*
  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; }