/*
    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: 270px; height: 240px; position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper                { width: 270px; overflow: auto; height: 240px; /* margin: 0 40px; */ position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; /* background: #eee; border-top: 3px solid #e0a213; border-bottom: 3px solid #e0a213; */ margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 240px; width: 260px; margin: 0; padding: 0 5px; }

/*
  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; }


#fade { width:270px; overflow:hidden; }

