/*
    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: 987px; height: 360px; position: relative; margin: 0 auto 0; }
.anythingSlider .wrapper                { width: 987px; overflow: auto; height: 341px; margin: 0 0; position: absolute; top: 0; left: 0; font-size:1.2em; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; padding:0; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 277px; width: 987px; margin: 0; }
.anythingSlider .back                  { display: block; height: 200px; width: 67px; background: url(../images/seta-esquerda.png) no-repeat 0 50px; text-indent: -9999px; position: absolute; top: 65px; margin-left:20px; cursor: pointer; }
/*.anythingSlider .forward                { background: url(../images/seta-direita.png) no-repeat 0 0; right: 1px; }*/
.anythingSlider .forward                  { display: block; height: 200px; width: 67px; background: url(../images/seta-direita.png) no-repeat 15px 50px; text-indent: -9999px; position: absolute; top: 65px; margin-left:925px; cursor: pointer; }
.anythingSlider .forward:hover          { background-position: 15px 50px; }
.anythingSlider .back:hover             { background-position: 0 50px; }

#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/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: #e0a213; }

#start-stop                             { background: green; display:none; text-decoration:none; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 60px; text-align: center; position: absolute; right: 70px; top: 343px; font-size:10px; font-family:Verdana, Geneva, sans-serif; padding:5px; -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; }

#start-stop a,
#start-stop a:active,
#start-stop a:visited{
	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; }