var telenor_light = {
//src: 'http://3mcarcare.curve-interactive.com/support/flash/helvetica_std_thin_cond.swf'
src: 'http://3mcarcare.co.uk/support/flash/helvetica_std_thin_cond.swf'

};

var telenor = {
  src: 'http://3mcarcare.co.uk/support/flash/helvetica_std_thin_cond.swf'
};

sIFR.activate(telenor_light, telenor); // From revision 209 and onwards



sIFR.replace(telenor_light, {
  selector: 'p.standFirst'  
  ,css: {
	'.sIFR-root': { 'color': '#444d56', 'leading': -2 }	
	}
});


/*sIFR.replace(telenor_light, {
  selector: 'h2',
  wmode: 'transparent'  
  ,css: {
	'.sIFR-root': { 'color': '#FFFFFF', 'leading': -3, 'position':'relative', 'font-size':'60px;' }	,
	'.tm': { 'color': '#ff0000', 'leading': -3, 'font-size': '18px', 'position':'absolute', 'top':'0px',},  // span tag within a h2 tag

}
});*/




sIFR.replace(telenor_light, {
  selector: 'h1',
  wmode: 'transparent'  
  ,css: {
	'.sIFR-root': { 'color': '#FFFFFF', 'leading': -3 }
}
});


sIFR.replace(telenor_light, {
  selector: 'h2',
  wmode: 'transparent'  
  ,css: {
	'.sIFR-root': { 'color': '#FFFFFF', 'leading': -3 }
}
});


sIFR.replace(telenor_light, {
  selector: 'h2.titleBg'
  ,css: {
	'.sIFR-root': { 'color': '#387eb8', 'background-color': '#ff0000', 'leading': -3 }	
	}
});








sIFR.replace(telenor, {
  selector: 'h3',
  wmode: 'transparent'
  ,css: {
	'.sIFR-root': { 'color': '#343333', 'leading': -3 }	
	}
});

// this allows different bg colours behind headers

