var zegoelight = {
	src: 'flash/sifr/zegoelight.swf'
};

sIFR.activate(zegoelight);

sIFR.replace(zegoelight, {
	selector: 'h1',
	css: [
    '.sIFR-root { font-size:26px; font-weight:normal; color:#ffffff; margin: 0px; padding: 0px; }',
  ],
	wmode: 'transparent'
});

