/*
    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                         { display: block; overflow: hidden; width: 290px; height: 154px; position: relative; right:3px;}
.anythingSlider .wrapper                { width: 290px; overflow: hidden; height: 154px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width:10000em; list-style: none; position: absolute; top: 0; left: 0; background: #fff; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 680px; margin: 0; }
.anythingSlider .arrow                  { display: none; }
#thumbNav                               { display:none; }
#start-stop                             { display:none; }

.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; }
