

sIFR.activate(unit_regular, unit_medium, unit_bold);

sIFR.replace(unit_bold, {
  selector: '#eyecatcher.big .teaser.edgy h2',
  css: '.sIFR-root {font-size:32px; background-color:#ffffff; color: #4c4c4c; kerning:true; letter-spacing:-1;}'
});

sIFR.replace(unit_bold, {
  selector: '#eyecatcher.big .teaser h2', wmode: 'transparent',
  css: '.sIFR-root {font-size:24px; color: #ffffff; kerning:true; leading:-4;}'
});

sIFR.replace(unit_medium, {
  selector: '#eyecatcher.medium .teaser h2',
  css: '.sIFR-root {font-size:24px; background-color:#ffffff; kerning:true; color: #4c4c4c;}'
});

sIFR.replace(unit_bold, {
  selector: '#eyecatcher .standalone h2', wmode: 'transparent',
  css: '.sIFR-root {font-size:32px; color: #ffffff; kerning:true;}'
});

sIFR.replace(unit_medium, {
  selector: '#content #information .teaser h2',
  css: '.sIFR-root {font-size:16px; color: #4c4c4c; kerning:true;}'
});

sIFR.replace(unit_regular, {
  selector: '#content .teaser h2', wmode: 'transparent',
  css: '.sIFR-root {font-size:24px; background-color:transparent; kerning:true; letter-spacing:-1; color: #4c4c4c;}'
});
sIFR.replace(unit_bold, {
  selector: '#article h2',
  css: '.sIFR-root {font-size:17px; color: #4c4c4c; leading:0; kerning:true; }'
});


