var avenir = {
      src: '/mi-files/site/flash/avenir.swf'
};
 
sIFR.activate(avenir);
 
sIFR.replace(avenir, {
      selector: '.copy_overlay h2',
	  css: [
      '.sIFR-root { font-size:26px; font-weight:normal; color:#d6e3ea; text-transform:uppercase; padding:0; margin:0 0 6px 0; text-align:right; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(avenir, {
      selector: '.rotate_copy_overlay h2',
	  css: [
      '.sIFR-root { font-size:45px; font-weight:normal; color:#d6e3ea; text-transform:uppercase; padding:0; margin:0; text-align:right; }'
      ],
      wmode: 'transparent'
});

