.anythingSlider                         { position: relative; }
.anythingSlider .wrapper                { width: 605px; overflow: auto; height: 390px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 17000px; list-style: none; position: absolute; top: 0; left: 0}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 350px; width: 799px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 39px; width: 15px; font-size:9px; background: url(../includes/AnythingSlider/images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 180px; cursor: pointer; }
.anythingSlider .forward                { background-position: -35px 0px; right: -113px; }
.anythingSlider .forward:hover          { background-position: -35px -39px; }
.anythingSlider .back                   { background-position: 0 0; left: -85px; }
.anythingSlider .back:hover             { background-position: 0 -39px; }


/*
  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;}
