.anythingSlider                         { width: 880px; height: 255px; position: relative; margin: 0 auto 0px; }
.anythingSlider .sliderwrapper                { width: 880px; overflow: hidden; height: 270px; margin:0px; position: absolute; top: 0; left: 0;}

                                       /* Width below is max for Opera */
.anythingSlider .sliderwrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; padding:0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 880px; margin: 0; }
.anythingSlider .arrow                  { display:hidden; height: 200px; width: 0px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 0px; }
.anythingSlider .back                   { background-position: -67px 0; left:0px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: absolute; top: 275px; text-align: left; left:10px}
#thumbNav a                             { color:#36848a; font: 11px Tahoma,Verdana,Arial,sans-serif; font-weight:bold; display: inline-block; padding: 4px 8px; height: 15px; margin: 0 5px 0 0; text-align: center; background: #fff;}
#thumbNav a:hover                       { color:#fff;background: #36848a;}
#thumbNav a.cur                         { color:#fff;background: #36848a; }

#start-stop                             { display:hidden; color:#a98355;background: #f8e9ad; padding: 2px 5px; width: 40px; text-align: center; position: absolute; left:-1900px; top: 270px; }
#start-stop.playing                     {color:#a98355; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .sliderwrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .sliderwrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
