var GillSansMTProBook = { src: ROOT_FOLDER + '/swf/GillSansMTPro-Book.swf' };
var GillSansMTProMedium = { src: ROOT_FOLDER + '/swf/GillSansMTPro-Medium.swf' };
var GillSansMTProLight = { src: ROOT_FOLDER + '/swf/GillSansMTPro-Light.swf' };

sIFR.useStyleCheck = true;
sIFR.activate(GillSansMTProBook, GillSansMTProMedium, GillSansMTProLight);

sIFR.replace(GillSansMTProLight, {
	wmode: 'transparent',
  	selector: 'h1.pageTitle',
  	css: '.sIFR-root { color: #ffffff; font-size: 30px; font-weight: normal; letter-spacing: 0; text-transform: uppercase; }',
		thickness: -100
});

sIFR.replace(GillSansMTProBook, {
	wmode: 'transparent',
  	selector: 'h2.leadingText',
  	css: '.sIFR-root { color: #ffffff; font-size: 24px; font-weight: normal; letter-spacing: 0; line-height: 29px; }',
		thickness: -100
});

sIFR.replace(GillSansMTProMedium, {
	wmode: 'transparent',
  	selector: 'h3.packageTitles',
  	css: '.sIFR-root { color: #f3eb96; font-size: 17px; font-weight: normal; letter-spacing: 0; }'
});

sIFR.replace(GillSansMTProMedium, {
	wmode: 'transparent',
  	selector: 'h4.testimonial',
  	css: '.sIFR-root { color: #f3eb96; font-size: 16px; font-weight: normal; letter-spacing: 0; text-indent: 25px; }',
		thickness: -50
});

sIFR.replace(GillSansMTProMedium, {
	wmode: 'transparent',
  	selector: 'h5.callTitles',
  	css: '.sIFR-root { color: #434239; font-size: 15px; font-weight: normal; letter-spacing: 0; }'
});

sIFR.replace(GillSansMTProMedium, {
	wmode: 'transparent',
  	selector: 'h5.featureTitles',
  	css: '.sIFR-root { color: #f3eb96; font-size: 15px; font-weight: normal; letter-spacing: 0; text-transform: uppercase; }',
		thickness: -50
});

sIFR.replace(GillSansMTProMedium, {
	wmode: 'transparent',
  	selector: 'h6.footerTitles',
  	css: '.sIFR-root { color: #f3eb96; font-size: 11px; font-weight: normal; letter-spacing: -0.2; text-transform: uppercase; }',
		thickness: -100
});
