var estilo = {
  src: '/flash/estilo.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(estilo);

sIFR.replace(estilo, {
  selector: 'h2'
  ,css: [
    '.sIFR-root { text-align:center;text-transform:uppercase; color:#F69CC2;letter-spacing:1 }'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(estilo, {
  selector: 'h3'
  ,css: [
    '.sIFR-root { text-align:center;color:#212121;}'
  ]
  ,wmode: 'transparent'
});