
var gillSansStd = {
      src: '/skins/ElectricStudio/sifr/gillSansStd.swf'
};
 
sIFR.activate(gillSansStd);

sIFR.replace(gillSansStd, {
      selector: 'h2.flash-title',
	  css: [
      '.sIFR-root {font-size: 2.8em; text-transform: uppercase; font-weight: bold; color:#333333; }'
      ],
	  wmode: 'transparent'
});

sIFR.replace(gillSansStd, {
      selector: 'h3.flash-title',
	  css: [
      '.sIFR-root {text-transform: uppercase; font-weight: bold; color:#333333; }'
      ],
	  wmode: 'transparent'
});


