
.anythingSlider                         { width: 590px; height:215px; position:relative; }
.anythingSlider .wrapper                { width: 570px; overflow: auto; height: 205px; margin: 5px 0px 0px 14px; position: absolute;}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 205px; width: 590px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 15px; width: 8px; background:url(../img/setaDestaques.gif) no-repeat 0 0; text-indent:-9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: -8px 0px; right: -16px; top:100px; }
.anythingSlider .back                   { background-position: 0px 0px; left: -4px; top:100px;}
.anythingSlider .forward:hover          { background-position: -8px -18px; }
.anythingSlider .back:hover             { background-position: 0px -18px; }

#thumbNav                               { display:none;}
#thumbNav a                             { }
#thumbNav a:hover                       {  }
#thumbNav a.cur                         { }

#start-stop                             { display:none;}
#start-stop.playing                     { display:none;}
#start-stop:hover                       { display: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; }
