/*
    anythingSlider v1.2
    
    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: 760px; height: 170px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 680px; overflow: auto; height: 151px; margin: 0; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; margin: 0; }
.anythingSlider ul                    { display: block; float: left; padding: 0; height: 317px; width: 680px; margin: 0; }
.anythingSlider li                    { display: block; float: left; padding: 0; height: 317px; margin-right: 30px; }
.arrow, .cur {display:none};
#thumbNav                               { display:none; }


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