/* anythingSlider v1.2 */


.anythingSlider                         { width: 590px; height: 290px; position: relative; margin: 0 auto 15px; background:url(../img/fundo_banner.jpg) no-repeat; float:left; margin-top:38px;}
.anythingSlider .wrapper                { width: 570px; height: 272px; overflow: auto;  margin: 0; position: absolute; top: 10px; left: 10px;}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; border-bottom: 3px solid #e0a213; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 680px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; 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: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }


#thumbNav { position:absolute; top: 282px; left:40px; text-align:center; }
#thumbNav a { color: #fff; font-family: Verdana, Geneva, sans-serif; font-size:10px; margin: 0 5px; padding-top: 0; padding-bottom:2px; padding-left:10px; padding-right:10px; height: 20px; background: #687C3D repeat-x; text-align: center; text-decoration:none; }
#thumbNav a:hover {background-image:none; text-decoration:none;}
#thumbNav a.cur {background:#A3BA72;}

#start-stop { background: #990099; color: #fff; padding: 2px 5px; width: 70px; text-align: center; position: absolute; right: 45px; top:282px; font-family:Verdana, Geneva, sans-serif; font-size:10px; text-decoration:none;}
#start-stop.playing { background-color: #990099; text-decoration:none;}
#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; }