
var font = { src: 'swf/font.swf' };	//Din Pro regular 


sIFR.activate(font);


/**/

sIFR.replace(font, {
      selector: '.heading .h1',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:24px; color:#a5c49f; margin:0; padding:0; }'        
      ]
    });
