var GoudyOldStyle = { src: ROOT_FOLDER + '/flash/Goudy-OldStyle.swf' };
var GoudyExtraBold = { src: ROOT_FOLDER + '/flash/Goudy-ExtraBold.swf' };

sIFR.useStyleCheck = true; // Fixes text wrap issue
sIFR.activate(GoudyOldStyle, GoudyExtraBold);

sIFR.replace(GoudyOldStyle, {
	wmode: 'transparent',
  	selector: 'h1.pageTitle',
  	css: '.sIFR-root { color: #ffffff; font-size: 28px; font-weight: normal; text-transform: uppercase; }'
});

sIFR.replace(GoudyOldStyle, {
	wmode: 'transparent',
  	selector: 'h2.shortDesc',
  	css: '.sIFR-root { color: #ffffff; font-size: 23px; font-weight: normal; text-transform: none; leading: 3; }',
		thickness: -50
});

sIFR.replace(GoudyOldStyle, {
	wmode: 'transparent',
  	selector: 'h3.testimonial',
  	css: '.sIFR-root { color: #e3bc76; font-size: 16px; font-weight: normal; letter-spacing: 0; text-indent: 25px; }'
});

sIFR.replace(GoudyExtraBold, {
	wmode: 'transparent',
  	selector: 'h5.footerTitle',
  	css: '.sIFR-root { color: #b2b2b2; font-size: 11px; font-weight: bold; text-transform: uppercase;}',
		thickness: 100
});
