 

.anythingSlider                         { width: 400px; height: 159px; position: relative; margin: 0px; background: #fafbf6; padding-left:15px; z-index:0  }
.anythingSlider .wrapper                { width: 400px; overflow: hidden ; height: 159px; margin: 0px 0px 0px 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 159px; width:400px;/**width:420px;*/ margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; 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: relative; top: 115px; text-align: right; margin-right:20px }
#thumbNav a                             { color: #5b5d57;  font-weight:bold; display: inline-block; text-align:center; padding-top:3px;   text-align: center; width:auto; height:24px; margin-right:8px}
#thumbNav a:hover                       {  text-align: center; width:auto; height:24px; margin-right:8px ;padding-top:3px;  color:#f58220 }
#thumbNav a.cur                         {  text-align: center; width:auto; height:24px; margin-right:8px; padding-top:3px; color:#f58220 }

.animacaotitulo{ color:#f58220; font-size:20px; width:90%  }
.animacaotitulo a{ color:#f58220; font-size:20px; }
.animacaotitulo a:hover{text-decoration:underline}
 
.animacaoresumo {  color:#000000; font-size:12px; font-weight:bold;  }
.animacaoresumo:hover{   color:#000000; text-decoration:underline}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; z-index:1 }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
