
var font = { src: 'swf/font.swf' };	//helvetica neue lt st 


sIFR.activate(font);


/**/

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


