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


*                                       { margin: 0; padding: 0; }
.anythingSlider                         { width: 687px; height: 225px; position: relative;}
.anythingSlider .wrapper                { width: 687px; overflow: auto; height: 225px; 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; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 225px; width: 687px; margin: 0; }
.anythingSlider .forward                { display: block; height: 70px; width: 51px; background: url(../img/scroll_right.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; left:638px; cursor: pointer; }
.anythingSlider .back                   { display: block; height: 70px; width: 51px; background: url(../img/scroll_left.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; left:-1px; cursor: pointer; }

#start-stop                             { 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; }

