var arial = { src: rootFolder+'/swf/Arial-Rounded-MT-Bold.swf' };

sIFR.activate(arial);

sIFR.replace(arial, {
	selector: 'h1.mainTitle',
	css: '.sIFR-root { color:#FFFFFF; text-align: right;  }',
	filters: {
		DropShadow: {
			distance: 1
			,color: '#000000'
			,strength: 1
			,angle: 90
			,alpha: .6
			,blurX : 2
			,blurY : 2
		}
	},
	transparent: true
});

sIFR.replace(arial, {
	selector: 'h2.homeHeading',
	css: '.sIFR-root { color:#FFFFFF; }',
	transparent: true
});
