sIFR.replace(impact, {
	selector: '.bigText',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #7b0046; font-size:35px; font-weight:bold; text-transform:uppercase; text-align:left; }',
		'a { text-decoration: none; }',
		'a:link { color: #7b0046; }',
		'a:hover { color: #FFFFFF; }'
	]
});
sIFR.replace(impact, {
	selector: '.bigTextRight',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #7b0046; font-size:35px; font-weight:bold; text-transform:uppercase; text-align:right; }',
		'a { text-decoration: none; }',
		'a:link { color: #7b0046; }',
		'a:hover { color: #FFFFFF; }'
	]
});
