
/*::::::::::::::::::::::::: PAINEL ::::::::::::::::::::::::::::*/
#painelBg { width:100%; padding:0; margin:0px auto; float:left; }
#painel { width:100%; margin:0px auto; float:left; }

.contentPainel { width:100%; height:340px; overflow:hidden; float:left; position:relative; margin-top:0px; z-index:5; }

#naviBg { width:100%; height:30px; text-align:center; float:left; margin-top:2px; }

.btnPainel { width:40px; height:6px; display:inline-block; cursor:pointer; background:#B2B2B2; }
.btnPainel:hover { background:#FF8929; }

.btnAtivo { width:40px; height:6px; display:inline-block; cursor:pointer; background:#FF8929; }

.setaLeft { width:40px; height:42px; float:left; background:url(../imagens/setasDest.png) -40px 0px; }
.setaLeft:hover { background-position:0px 0px; }
.setaRight { width:40px; height:42px; float:right; background:url(../imagens/setasDest.png) -80px 0px; }
.setaRight:hover { background-position:-120px 0px; }