/*
    anythingSlider v1.0
    
    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/
*/

/*
--==============================================--
            CONFIGURAÇÃOES GERAIS
--==============================================--
*/	
.anythingSlider                         { height: 310px; position: relative; }
.anythingSlider .wrapper                { width: 930px; overflow: auto; height: 310px; margin-top:-8px; position: absolute; top: 0; left: 0; z-index:4; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 930px; margin: 0; }

/*
--==============================================--
            CONFIGURAÇÕES BOTÕES
--==============================================--
*/	
#thumbNav                               { position: relative; top: -78px; left:46px; text-align: center; }
#thumbNav a                             { font: bold 12px Arial, Helvetica, sans-serif; color:#FFF; text-align:center; margin-right:3px; padding-top:8px; background:url(../images/fundo-botao.png); display:inline-block; height:20px; width:28px; }
#thumbNav a:hover                       { background:url(../images/fundo-botao.png) bottom; color:#6B8D00; height:18px; }
#thumbNav a.cur                         { background:url(../images/fundo-botao.png) bottom; color:#6B8D00; height:18px;}

/*
--==============================================--
            CONFIGURAÇÃOES BOTÃO START STOP
--==============================================--
*/	
#start-stop                             { position: relative; top: -106px; left:589px; text-align: center; font: bold 12px Arial, Helvetica, sans-serif; color:#FFF; text-align:center; margin-right:4px; padding-top:8px; background:url(../images/fundo-botao-play.png); display:inline-block; height:18px; width:50px; }
#start-stop.playing                     { background:url(../images/fundo-botao-play.png) bottom; color:#6B8D00; }
#start-stop:hover                       { background:url(../images/fundo-botao-play.png) bottom; color:#6B8D00; }

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