.anythingSlider                         { width: 880px; height: 380px; position: relative; margin: 0 auto;}
.anythingSlider .wrapper                { width: 880px; overflow: auto; height: 370px; 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; margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 360px; width: 880px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; z-index: -10; position: absolute; top: -350px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; display:none}
.anythingSlider .back                   { background-position: -67px 0; left: -20px; display:none}
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.thumbNav                               { position: relative; top: 322px; z-index: 10; margin-left: 10px}
.thumbNav li                            { display: inline; }
.thumbNav a                             { border:1px solid #f63;height:20px;font-weight:bold;font-size:12px;display: inline-block; color:#fff;padding:4px 8px 0 8px; margin: 0 1px 0 0;background:url(../images/bt_back_laranja2.png);text-decoration: none}
.thumbNav a:hover                       { background:url(../images/bt_back_azul.png);border:1px solid #369;}
.thumbNav a.cur                         { background:url(../images/bt_back_azul.png);border:1px solid #369;}

.start-stop                             { display:none;font-size:12px;z-index:11;background:green;color:white;padding:1px 4px 1px 4px;position:absolute;left:100px;top:331px;text-decoration: none}
.start-stop.playing                     { display:none;background: red; }
.start-stop:hover                       { display:none;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; }
