var myriadprolight = {
  src: '/flash/myriadprolight5.swf'
};

sIFR.activate(myriadprolight);


sIFR.replace(myriadprolight, {
  selector: 'h1',
  css: [
  '.sIFR-root { font-size:32px; font-weight:normal; color:#ffffff;}',
   'strong {color:#ffffff; font-weight:normal;}',
   'em {color:#ffffff; font-weight:normal; font-style:italic;}'
  ],
wmode: 'transparent'
});


sIFR.replace(myriadprolight, {
  selector: 'h2',
  css: [
  '.sIFR-root { font-size:18px; font-weight:normal; color:#ffffff; letter-spacing:0.6; line-height:20px; margin-bottom:0;}',
   'strong {font-weight:bold;}',
  ],
wmode: 'transparent'
});

/*
sIFR.replace(myriadprolight, {
  selector: '.imgtext',
  css: [
  '.sIFR-root { font-size:12px; font-weight:normal; color:#ffffff; letter-spacing:0.6;}',
   'strong {font-weight:bold;}',
  ],
wmode: 'transparent'
});*/