var gill_sans_mt = {
  src: '/swf/gill_sans_mt.swf'
};

sIFR.activate(gill_sans_mt); // From revision 209 and onwards

sIFR.replace(gill_sans_mt, {
  selector: 'h1.lp_title',
  wmode: 'transparent',
  css: [
    '.sIFR-root { color: #922e3a; font-size: 36px;  }'
  ],
  offsetTop: -5
});

sIFR.replace(gill_sans_mt, {
  selector: 'div.lp_overtitle',
  wmode: 'transparent',
  css: [
    '.sIFR-root { color: #e77918; font-size: 18px;  }'
  ]
});