var gothamRoundedLight = {src: '/swf/gothamrounded_light.swf'};

sIFR.useStyleCheck = true;
sIFR.fitExactly = true;
sIFR.activate(gothamRoundedLight);

function sIFRActivate() {
	sIFR.replace(gothamRoundedLight, {
				selector: 'h3',
				forceSingleLine: true,
				wmode: 'transparent',
				css:{'.sIFR-root':{'color':'#FFFFFF', 'text-transform':'uppercase'}}
				});
	sIFR.replace(gothamRoundedLight, {
				selector: 'h4',
				forceSingleLine: true,
				wmode: 'transparent',
				css:{'.sIFR-root':{'color':'#808080', 'text-transform':'uppercase'}}
				});
	sIFR.replace(gothamRoundedLight, {
				selector: '#workdetails h5',
				forceSingleLine: true,
				wmode: 'transparent',
				css:{'.sIFR-root':{'color':'#FFFFFF', 'text-transform':'uppercase'}}
				});
	sIFR.replace(gothamRoundedLight, {
				selector: '#workdetails h6',
				forceSingleLine: true,
				wmode: 'transparent',
				css:{'.sIFR-root':{'color':'#808080', 'text-transform':'uppercase'}}
				});
	sIFR.replace(gothamRoundedLight, {
				selector: '#footer h5',
				wmode: 'transparent',
				css:{'.sIFR-root':{'color':'#FFFFFF', 'text-transform':'uppercase'}}
				});
}