// Make an object pointing to the location of the Flash movie on your web server.
// Try using the font name as the variable name, makes it easy to remember which
// object you're using. As an example in this file, we'll use Futura.
var fHelvetica = { src: 'http://www.orchidproperties.co.uk/beta/swf/helveticabold.swf' };

// sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(fHelvetica);


sIFR.replace(fHelvetica, {
	wmode: 'transparent',
	selector: '.heading-holder h2',
	css: '.sIFR-root { color:#232323; font-size:46px;} strong{color:#fc6bfc}'
});

sIFR.replace(fHelvetica, {
	wmode: 'transparent',
	selector: '.heading-holder h3',
	css: '.sIFR-root { color:#232323; font-size:36px;} strong{color:#fc6bfc}'
});

sIFR.replace(fHelvetica, {
	wmode: 'transparent',
	selector: '.heading-holder h4',
	css: '.sIFR-root { color:#232323; font-size:26px;} strong{color:#fc6bfc}'
});