/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
	
	Adaptado por: DJIO | Dionizio Bonfim Bach - www.DJIO.com.br
*/


.anythingSlider                         { position: relative; }
.anythingSlider .wrapper                { width: 187px; height: 227px; overflow: auto; margin: 25px ; position: absolute; top: 0; left: 0; background: #FFF; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 227px; width: 187px; margin: 0; }
.anythingSlider ul li p                 { margin: 0; padding:0 }
.anythingSlider .arrow                  { display: none; }
.anythingSlider .forward                { display: none; }
.anythingSlider .back                   { display: none; }

#thumbNav                               { position: relative; top: 307px; padding-left: 24px; background: #585D74; }
#thumbNav a                             { color: #FFF; text-decoration: none; font: 11px/18px Arial, Helvetica, sans-serif; display: inline-block; padding: 0; width: 24px; height: 29px; text-align: center; line-height: 29px; margin: 0; background: url(images/noticias_paginador_num.jpg) no-repeat; text-align: center;}
#thumbNav a:hover                       { background: url(images/noticias_paginador_num-over.jpg);  }
#thumbNav a.cur, #thumbNav a.cur:hover  { background: url(images/noticias_paginador_num.jpg); color: #FC0 }

#start-stop                             { 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; }
