/*
    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: 910px; height: 185px; position: relative; margin: 0px 0 0 75px; color: white;}
.anythingSlider .wrapper                { width: 874px; overflow: auto; height: 185px; margin: 0 0 0 18px; position: absolute; background:url(../images/bg_slider.jpg) top left no-repeat;}
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0;margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; width:874px; height: 185px; margin: 15px 0 0 0; }
.anythingSlider .arrow                  { display: block; height: 185px; width: 18px; background: url(../images/arrow_slide.jpg)  no-repeat 0 0; text-indent: -9999px; position: absolute; cursor: pointer; }
.anythingSlider .forward                { background-position: -18px 0; right:0; }
.anythingSlider .back                   { background-position: 0 0; left: 0; }
.anythingSlider .forward:hover          { background-position: -18px -185px; }
.anythingSlider .back:hover             { background-position: 0 -185px; }




#start-stop                             { display:none;}
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: 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; }