.anythingSlider                         { width: 760px; height: 200px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 760px; overflow: auto; height: 181px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; height: 200px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; }
.anythingSlider ul li                   { block; float: left; padding: 0; height: 277px; width: 760px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../img/arrows.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -80px; }
.anythingSlider .back                   { background-position: -67px 0; left: -80px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }



/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto;}
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }