
var font = { src: websiteURL+'swf/font.swf' };	//GillSansEllLight -2

//ßÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÑÒÓÔÕÖØÙÚÛÜÝàáâãäåæçèéêëìíîïñòóôõöùúûüýÿœŸ

sIFR.activate(font);

/**/

sIFR.replace(font, {
  selector: '.h2_title .h1',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { font-size:21px; color:#595052; margin:0; padding:0; text-transform:uppercase; }'        
  ]
});

sIFR.replace(font, {
  selector: '.quote .h1',
   wmode: 'transparent'
  ,css: [
	'.sIFR-root { font-size:13px; color:#655f60; margin:0; padding:0; text-transform:uppercase; }'        
  ]
});

