var centurygothic = { src: 'vendors/sifr/cg.swf' };
sIFR.activate(centurygothic);
sIFR.replace(centurygothic, {
  selector: 'h1, span.span, h2, span.greyText, h3',
  wmode: 'transparent',
  css: [
	  		'.sIFR-root { background-color: transparent; color: #FFFFFF; }',
	  		'.span { color: #00a49e; }',
			'.greyText { color: #333333; }'
		]
});
