
.anythingSlider                         { clear:both; width: 875px; height: 660px; position: relative;}
.anythingSlider .wrapper                { width: 905px; overflow: inherit; height: 660px; margin: 0 0; position: absolute; top: 0; left: 0;margin-left:-10px;}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { list-style: none; position: absolute; top: 0; left: 0; background: #fff; margin: 0 0 0 -30px; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 660px; width: 875px; margin: 0 0 100px 0; }
.anythingSlider .arrow                  { display: block; height: 60px; width: 60px; background: url(../pics/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; top:0; left:880px }
.anythingSlider .back                   { background-position: 0 -60px; top: 63px; left: 880px; }
.anythingSlider .forward:hover          { background-position: -60px 0 ; }
.anythingSlider .back:hover             { background-position: -60px -60px ; }

#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#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; }