var yourtypeface = {
      src: 'centurygothic.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: '#main h2',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#00512f; }'
      ],
      wmode: 'transparent'
  });

  sIFR.replace(yourtypeface, {
      selector: '.unavailable',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#cd0013;  }'
      ],
      wmode: 'transparent'
  });

  sIFR.replace(yourtypeface, {
      selector: '.underoffer',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#fca01f; }'
      ],
      wmode: 'transparent'
  });

sIFR.replace(yourtypeface, {
      selector: '.header_title',
      css: [
      '.sIFR-root { text-align:right;width:400px;position: absolute;right: 0px;bottom: 10px;font-size: 20px;color: #dddddd;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '.phone',
      css: [
      '.sIFR-root {width:400px;text-align:right;position: absolute;right: 0px;bottom: 50px;font-size: 22px;color: #ffffff;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#CD0013;}'
      ],
      wmode: 'transparent'
  });

  sIFR.replace(yourtypeface, {
      selector: '.blue',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#3333ff;}'
      ],
      wmode: 'transparent'
  });
  