var frutigerLight = { src: "docs/download/1149/en/sIFR-Frutiger.swf" };
var frutigerLightRatios = [9, 1.26, 15, 1.16, 20, 1.1, 28, 1.07, 34, 1.05, 44, 1.04, 62, 1.03, 104, 1.02, 1.01];
var frutigerLightItalic = { src: "docs/download/1149/en/sIFR-Frutiger-Light-Italic.swf" };
sIFR.useStyleCheck = true;
sIFR.activate(frutigerLight, frutigerLightItalic);

sIFR.replace(frutigerLight, {
  selector: 'ul.bu li.bu .replacable-title',
css: ['a{color:#666666; text-decoration:none}','a:hover{color:#AB1032}', '.sIFR-root{font-size:16px;color:#666666;'],
wmode: "opaque",
ratios: frutigerLightRatios
});

/* special case on homepage*/
sIFR.replace(frutigerLight, {
  selector: '.mod-find-country h2',
  css: '.sIFR-root {color: #666666; }',
wmode: "transparent",
ratios: frutigerLightRatios
});

sIFR.replace(frutigerLight, {
  selector: '.section h2, .content-side h2, .category h2, h2.title',
  css: '.sIFR-root {color: #666666;}',
wmode: "opaque",
ratios: frutigerLightRatios
});

sIFR.replace(frutigerLightItalic, {
  selector: '.content-side cite',
  css: '.sIFR-root {color: #999999; }',
lineHeight:25,
wmode: "opaque"
});

sIFR.replace(frutigerLight, {
  selector: '.replacable-title',
css: ['a{color:#666666; text-decoration:none}','a:hover{color:#AB1032}', '.sIFR-root{font-size:20px;color:#666666;'],
wmode: "opaque",
ratios: frutigerLightRatios
});

sIFR.replace(frutigerLight, {
  selector: '.box3 .box-header',
  css: ['a:link{color:#000000; text-decoration:none}','a:hover{color:#AB1032}', '.sIFR-root{margin-left:10;font-size:18px;'],
wmode: "transparent",
tuneHeight:-6,
ratios: frutigerLightRatios
});

sIFR.replace(frutigerLight, {
  selector: 'h1',
  css: '.sIFR-root {color: #333333; font-size: 30px; }',
wmode: "opaque",
ratios: frutigerLightRatios
});