#banner { float:left; width:870px; margin:10px 0 10px 5px; }
#banner ul, #banner li { margin:0; padding:0; }

.anythingSlider                         { width: 870px; height: 180px;  position: relative; margin: 0 auto; font-size:12px; }
.anythingSlider .wrapper                { width: 870px; overflow: auto; height: 180px; margin: 0; position: absolute; top: 0; left: 0;  }
                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0;  }
.anythingSlider ul li                   { float: left; display: block; padding: 0; margin: 0; width: 870px; height: 215px; }

/*
.anythingSlider .arrow,
.anythingSlider .forward,
.anythingSlider .back                   { color: #ebebeb; }

.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 5px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -67px; }
.anythingSlider .back                   { background-position: -67px 0; left: -67px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }
*/

/* setas */
.anythingSlider .arrow                  { display: block; text-indent: -9999px; position: absolute; cursor: pointer; }

#thumbNav                               { position: relative; top: 180px; text-align: right; margin-right: 5px; }
#thumbNav a                             { color: #eeb662; background: #000; font-weight: bold; font-size: 1.2em; display: inline-block; padding: 5px 8px; margin: 0 5px 0 0; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; text-decoration: none}
#thumbNav a.cur                         { background: #eeb662; color: #000; }

#start-stop                             { display: none; background: #7a65bb; height: 14px; color: #fff; font-weight: bold; padding: 6px 2px; margin-right: 10px; width: 70px; text-align: center; position: absolute; right: 0; top: 210px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;  }
#start-stop.playing                     { color: #7a65bb; background: #aea3d0; }
#start-stop:hover                       { background-image: none; text-decoration: 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; }