*{ margin: 0; padding: 0; }
.anythingSlider                         { width: 884px; height: 349px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 884px; overflow: auto; height: 349px; margin: 0 -30px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 349px; width: 884px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 28px; width: 30px; background: url(../img/arrows.jpg) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 150px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 0px; }
.anythingSlider .back                   { background-position: -30px 0; left: -60px;   }
.anythingSlider .forward:hover          { background-position: 0 -28px; }
.anythingSlider .back:hover             { background-position: -30px -28px; }



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