

.anythingSlider                         { width: 897px; height: 258px; position: relative; margin: 15px 0 7px 17px; background:url(/d/bg_slider.jpg) no-repeat; }
.anythingSlider .wrapper                { width: 897px; overflow: auto; height: 258px; position: absolute; top: 0; left: 0; margin:0 7px 0 0px; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: -32px; left: 6px; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 258px; width: 897px; margin: 0; }
.anythingSlider .arrow                  { display: block; height:37px; width: 37px; background: url(/d/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 98px; cursor: pointer;
}
.anythingSlider .forward                { background-position: 0 0; right:23px; }
.anythingSlider .back                   { background-position: 0px -37px; left: 20px; }


#thumbNav                               { position: relative; top: 323px; text-align: center; display:none;}


#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; }
