var gill_light = {
	src: 'sifr/gill_light.swf'
};

var gill_medium = {
	src: 'sifr/gill_medium.swf'
};

sIFR.activate(gill_light);
sIFR.activate(gill_medium);

sIFR.replace(gill_light, {
	selector: '#index h2',
	wmode: 'transparent',
	forceSingleLine: true,
	css: {
		'.sIFR-root': {'color': '#FFFFFF' },
		'.blue': {'color': '#52afc7'}
	}
});

sIFR.replace(gill_medium, {
	selector: '#index h3',
	wmode: 'transparent',
	forceSingleLine: true,
	css: {
		'.sIFR-root': {'color': '#52afc7' }
	}
});

sIFR.replace(gill_medium, {
    selector: '#portfolio h2, #services h2, #team h2, #contact h2, #whyus h2',
    wmode: 'transparent',
    forceSingleLine: true,
    css: {
        '.sIFR-root': {'color': '#52afc7' }
    }
});

sIFR.replace(gill_medium, {
    selector: '#portfolio h3',
    wmode: 'transparent',
    forceSingleLine: true,
    css: {
        '.sIFR-root': {'width': '250px' }
    }
});

sIFR.replace(gill_medium, {
    selector: '#services h3',
    wmode: 'transparent',
    forceSingleLine: true,
    css: {
        '.sIFR-root': {'width': '250px'}
    }
});

sIFR.replace(gill_medium, {
    selector: '#team h3',
    wmode: 'transparent',
    forceSingleLine: true,
    css: {
        '.sIFR-root': {'width': '250px'}
    }
});