/*
    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: 700px; height: 143px; position: relative; margin: 0; }
.anythingSlider .wrapper                { width: 700px; overflow: hidden; height: 143px; margin: 0; position: relative; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; margin: 0; margin-right: 100px; }

.anythingSlider ul li                   { position: relative; display: block; float: left; padding: 0; height: 143px; width: 700px; margin: 0;}

.anythingSlider ul li #bg               { position: relative; display: block; width: 700px; height: 143px; }


/*
  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; }
