
var univers = {
    src: 'swf/univers_47.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(univers);

 sIFR.replace(univers, {
    selector: '.adr-box h2'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; font-size:16px; font-weight:bold; background-color:#EF4C42;}'
    ]
  });

 sIFR.replace(univers, {
    selector: '.adr-box h3'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; font-size:14px; font-weight:bold; background-color:#EF4C42;}'
    ]
  });

 sIFR.replace(univers, {
    selector: '.text-box-right-header h3'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; font-size:16px; font-weight:bold; background-color:#EF4C42;}'
    ]
  });
 
  sIFR.replace(univers, {
    selector: '.service_head_bg h3'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; font-size:16px; font-weight:bold; background-color:#EF4C42;}'
    ]
  });

    sIFR.replace(univers, {
    selector: '.content-header h1'
    ,wmode: 'transparent'
    ,css: [
      '.sIFR-root {color: #000000; font-size:22px; font-weight:bold; background-color:#212121;}'
    ]
  });

  sIFR.replace(univers, {
    selector: '.content-header h3'
    ,wmode: ''
    ,css: [
      '.sIFR-root { color: #ffffff; font-size:16px; background-color:#212121}'
    ]
  });

  sIFR.replace(univers, {
    selector: '.text_box_home h2'
    ,wmode: ''
    ,css: [
      '.sIFR-root {color: #ffffff; font-size:20px; background-color:#212121;}',
	  '.sIFR-root a:link {color: #ffffff; text-decoration:none}',
	  '.sIFR-root a:hover {color: #999999; text-decoration:none}'
    ]
  });
  
  sIFR.replace(univers, {
    selector: '.image_text_box_home h2'
    ,wmode: ''
    ,css: [
      '.sIFR-root {color: #ffffff; font-size:20px; background-color:#212121;}',
	  '.sIFR-root a:link {color: #ffffff; text-decoration:none}',
	  '.sIFR-root a:hover {color: #999999; text-decoration:none}'
    ]
  });