/*
    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/
*/


.anythingSlider                         { width: 585px; height: 210px; position: relative; margin: 0 auto 15px; border:solid 1px #ddd; }
.anythingSlider .wrapper                { width: 585px; overflow: auto; height: 190px; margin:0px; 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; background: #fff; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding:0; height: 190px; width: 585px; margin: 0;  }
.anythingSlider .arrow                  { display: block; height: 190px; width: 45px; z-index:999;
                                          background: url(../images/template01/arrows.png) no-repeat 0 0;                                           
                                          text-indent: -9999px; position: absolute; 
                                          top:0px;
                                           cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0px; /*right: -20px;*/ right:-45px;  }
.anythingSlider .back                   { background-position: -89px 0px; /*left: -20px;*/ left:-45px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -89px -200px; }

#thumbNav                               { position: relative; top: 190px; text-align: center; background:#FFFFFF url(../images/template01/glassy_whitebar.png) repeat-x scroll 0 0; border-top:solid 1px #ddd;border-bottom:solid 1px #ddd; }
#thumbNav a                             { color:#fff; font: 11px/18px; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #8e8e8e url(../images/template01/cellshade.png) repeat-x; 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; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #0065b0; }

#start-stop                             { background:#434343; background-image: url(../images/template01/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top:190px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { 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; }
.insider { width:97%; padding:10px;  }
#np a.insiderRel,#np a.insiderRel a:visited{ color:#04457d; font-size:1em;}
.RelNotas { display:block; margin:10px 0 3px 0; font-weight:bold; font-size:1.2em;}
.insider ul { position:relative; top:-10px;}
.insider ul li {margin-bottom:3px;}
.insider p { font-size:1.1em; }




