var bluehighway = {
 src: 'flash/bluehighway.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(bluehighway);

sIFR.replace(bluehighway, {
selector: '.main_content h1'
	,css: [
	  '.sIFR-root { font-size:40px; color:#000000;',
	  'label {color:#000000; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(bluehighway, {
selector: '.testimonials h2'
	,css: [
	  '.sIFR-root { font-size:30px; color:#000000;}',
	  'label {color:#000000; display:inline;}',
	],
	offsetTop:0,
	offsetLeft:0,
	tuneHeight:-5,
    wmode: 'transparent'
});
sIFR.replace(bluehighway, {
selector: '.contact_box h2'
	,css: [
	  '.sIFR-root { font-size:30px; color:#faec22;}',
	],
	offsetTop:0,
	offsetLeft:0,
	offsetHeight:1,
    wmode: 'transparent'
});
sIFR.replace(bluehighway, {
selector: '.contact_number'
	,css: [
	  '.sIFR-root { font-size:23px; color:#666666;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});