var agenda = { src: 'flash/agenda.swf' };

sIFR.activate(agenda);

sIFR.replace(agenda, {	 
  selector: '.feature h1',
  css: [
  	  '.sIFR-root { color: #ffffff; font-size: 30px;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#000000; }'
      ],
      wmode: 'transparent'
});	

sIFR.replace(agenda, {	 
  selector: '.pageFeature h1',
  css: [
  	  '.sIFR-root { color: #ffffff; font-size: 21px;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#000000; }'
      ],
      wmode: 'transparent'
});	

sIFR.replace(agenda, {	 
  selector: '.testimonials h2, .quickEnquiry h2',
  css: [
  	  '.sIFR-root { color: #ffffff; font-size: 18px;}',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#000000; }'
      ],
      wmode: 'transparent'
});	

sIFR.replace(agenda, {	 
  selector: '.pageContent h2',
  css: [
  	  '.sIFR-root { color: #999773; font-size: 20px; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#000000; }'
      ],
      wmode: 'transparent'
});	



