sIFR.delayCSS  = true;
sIFR.activate(glypha);


sIFR.replace(glypha, {
  selector: 'h2'
  ,css: [
      '.sIFR-root { color: #ef4035; font-weight: bold; letter-spacing: 3; }'
    ]
  ,tuneHeight:'-10'
  ,offsetTop: '-3'
  ,wmode: 'transparent'
});


sIFR.replace(glypha, {
  selector: 'h3'
  ,css: [
      '.sIFR-root { color: #ef4035; text-transform: uppercase; font-weight: bold; }'
    ]
  ,tuneHeight:'-8'
  ,offsetTop: '-1'
  ,wmode: 'transparent'
});



