.anythingSlider                         { width: 720px; height: 300px; position: relative; margin: 0; margin-bottom: 20px; }
.anythingSlider .wrapper                { width: 720px; height: 300px; overflow: hidden; margin: 0; padding: 0; position: absolute; top: 0; left: 0px; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 10000px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; width:720px; height: 300px; margin: 0; }
.anythingSlider .arrow, .anythingSlider .forward, .anythingSlider .back                  { display: none; height: 0px; width: 0px; }

#thumbNav                               { display: none; }

#start-stop                             { display: none; }
#start-stop.playing                     {}
#start-stop:hover                       {}

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