
var light = {
  src: 'js/light.swf',
  ratios: [8, 1.41, 11, 1.31, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 39, 1.22, 51, 1.21, 87, 1.2, 88, 1.19, 89, 1.2, 90, 1.19, 91, 1.2, 93, 1.19, 94, 1.2, 1.19]
};

var roman = {
  src: 'js/roman.swf',
  ratios: [8, 1.41, 11, 1.31, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 39, 1.22, 51, 1.21, 87, 1.2, 88, 1.19, 89, 1.2, 90, 1.19, 91, 1.2, 93, 1.19, 94, 1.2, 1.19]
};

sIFR.useStyleCheck = true;
sIFR.activate(light,roman);

sIFR.replace(roman, {
  selector: 'h2',
  wmode: 'transparent',
  fitExactly: true,
  css: ['.sIFR-root { font-size:22px; color: #c00100; padding-bottom:0; margin-bottom:-5; font-weight:normal; }']   
});

sIFR.replace(roman, {
  selector: 'h3',
  wmode: 'transparent',
  fitExactly: true,
  css: ['.sIFR-root { font-size:18px; color: #c00100; padding-bottom:0; font-weight:normal; }']   
});
sIFR.replace(light, {
  selector: 'h4',
  wmode: 'transparent',
  fitExactly: true,
  css: ['.sIFR-root { font-size:13px; color: #282828; padding-bottom:0; font-weight:normal; }']   
});
sIFR.replace(light, {
  selector: 'h1',
  wmode: 'transparent',
  fitExactly: true,
  css: ['.sIFR-root { font-size:30px; color: #FFFFFF; padding-bottom:0; font-weight:normal; }']   
});
sIFR.replace(roman, {
  selector: 'div.news_but p',
  wmode: 'transparent',
  fitExactly: true,
  css: [
      '.sIFR-root { font-size:14px; color: #939393; padding-bottom:0; font-weight:normal; }'
      ,'a { color: #939393; text-decoration: none; }'
      ,'a:link { text-decoration: none; color: #939393; }'
      ,'a:hover { color: #c00100; }'
  ]
});
sIFR.replace(light, {
  selector: '#body_products div.content_right p.menu_normal',
  wmode: 'transparent',
  fitExactly: true,
  css: [
      '.sIFR-root { font-size:14px; color: #939393; padding-bottom:0; font-weight:normal; }'
      ,'a { color: #939393; text-decoration: none; }'
      ,'a:link { text-decoration: none; color: #939393; }'
      ,'a:hover { color: #c00100; }'
  ]
});
sIFR.replace(roman, {
  selector: '#body_products div.content_right p.menu_selected',
  wmode: 'transparent',
  fitExactly: true,
  css: [
      '.sIFR-root { font-size:14px; color: #c00100; padding-bottom:0; font-weight:normal; }'
      ,'a { color: #939393; text-decoration: none; }'
      ,'a:link { text-decoration: none; color: #c00100; }'
      ,'a:hover { color: #939393; }'
  ]
});

