var avenir = {
      src: 'templates/images/avenir.swf'
};
 
sIFR.activate();
sIFR.replace(avenir, {
      selector: 'h3.blockHeader',
      css: [
      '.sIFR-root { font-size:26px; font-weight:normal; color:#000000; }',
      ],
      wmode: 'transparent'
});
sIFR.replace(avenir, {
      selector: 'h2.test',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#000000; }',
      ],
      wmode: 'transparent'
});
sIFR.replace(avenir, {
      selector: 'h3.h3box',
      css: [
      '.sIFR-root { font-size:26px; font-weight:normal; color:#0b6ca8; line-height:12px;}',
      ],
      wmode: 'transparent'
});
sIFR.replace(avenir, {
      selector: 'h1.post-h1',
      css: [
      '.sIFR-root { font-size:26px; font-weight:normal; color:#000000; }',
      ],
      wmode: 'transparent'
});

sIFR.replace(avenir, {
      selector: '.boxtitle',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#0a508b; line-height:12px;}',
      ],
      wmode: 'transparent'
});
sIFR.replace(avenir, {
      selector: '.boxtxt',
      css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#0a508b; line-height:12px;}',
      ],
      wmode: 'transparent'
});
sIFR.replace(avenir, {
      selector: '.portfolio-t',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#000000; line-height:12px;}',
      ],
      wmode: 'transparent'
});
