/**- banner principal -**/

/**- estrutura principal -**/
.bnr_principal_est
{
  width: 482px;
  background: url(../img/fnd/fnd_bnr_principal.gif) no-repeat center;
  border: 0;
}

/**- banner sequencial - componentes ****/

/* link numeros */
#menu_numero a:link, 
#menu_numero a:visited{  
  float: right;  
  background: url(../img/bot/bot_bnr_num.gif);
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  vertical-align: middle;
  color: #A9A9A9;	
  width: 24px;
  height: 21px;
}
#menu_numero a:hover{
  background: url(../img/bot/bot_bnr_num_ativo.gif); 
  color:#D1D1D1; 
}
#menu_numero a:active{
  color: #C1C1C1;
}

/* texto nas imagens */
.link_bnr_seq{
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
}

/* mostrar e ocultar imagens */
.banner_ativo{
  display: inline;
}
.banner_inativo{
  display: none; 
}

/* botoes play e pause */
.pause_button {
  background: url(../img/bot/bot_bnr_pause.gif);
  width: 24px;
  height: 21px;
}
.pause_button:hover {
  background: url(../img/bot/bot_bnr_pause_ativo.gif);
  width: 24px;
  height: 21px;
}
.paused_button {
  background: url(../img/bot/bot_bnr_play.gif);
  width: 24px;
  height: 21px;
}
.paused_button:hover {
  background: url(../img/bot/bot_bnr_play_ativo.gif);
  width: 24px;
  height: 21px;
}

/* texto sequencial das imagens (rodape a direita) */
.txt_banner_seq{
  background: url(../img/fnd/fnd_bt_bnr.png) no-repeat;
  background-position: 0 0;  
  font-family: Arial, verdana, sans-serif;
  color: #A9A9A9;
  font-size: 15px;  
  text-align: center;  
  padding: 4px;
  width: 37px;  
}
