    var champagnelimousines = {
      src: '/public/sifr/champagne-limousines-bold.swf' //remote url
      //src: '/equinefirst.co.uk/public/sifr/champagne-limousines-bold.swf' //local url
      };
    
    sIFR.activate(champagnelimousines);
  
    sIFR.replace(champagnelimousines, {
    selector: '#main_content .module_body h3, #main_content .module_body_large h3, #sidebar .module_body h3',
    css: [
        '.sIFR-root {color: #153041; letter-spacing:2.6; background:none} '
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ebebeb; }'
        ,'a:hover { color: #ffffff; }'
      ],
    fitExactly: true,    // margins 
    forceSingleLine: true, 
    offsetTop: 0,
    tuneWidth: 6,
    tuneHeight: -4,
    wmode:'transparent',
    transparent: true
    });
    
    sIFR.replace(champagnelimousines, {
    selector: '#path_container h2#page_title',
    css: '.sIFR-root { color: #464646; letter-spacing:3.6; text-transform:uppercase  }',
    fitExactly: true,    // margins
    offsetTop: 1,
    tuneWidth: 5,
    tuneHeight: -4,
    wmode:'transparent',
    transparent: true
    });

    
    sIFR.replace(champagnelimousines, {
    selector: '#footer_content h4',
    css: '.sIFR-root { color: #153041; letter-spacing:1.8 }',
    fitExactly: true,    // margins
    forceSingleLine: true, 
    offsetTop: 3,
    tuneWidth: 4,
    tuneHeight: -4,
    wmode:'transparent',
    transparent: true
    });
	
	  sIFR.replace(champagnelimousines, {
    selector: '#main_content h1',
    css: '.sIFR-root { color: #183243; }',
    fitExactly: true,    // margins
    forceSingleLine: true,
    offsetTop: 8,
    tuneWidth: 15,
    tuneHeight: 6,
    wmode:'transparent',
    transparent: true
    });
    
    
    sIFR.replace(champagnelimousines, {
    selector: '#main_content h2',
    css: '.sIFR-root { color: #183243}',
    fitExactly: true,    // margins
    forceSingleLine: true,
    offsetTop: 8,
    tuneWidth: 15,
    tuneHeight: 6,
    swmode:'transparent',
    wmode:'transparent',
    transparent: true
    });
    
    
    sIFR.replace(champagnelimousines, {
    selector: '#main_content h3, #h3_link',
    css: '.sIFR-root { color: #183243;}',
    fitExactly: true,    // margins
    forceSingleLine: true,
    offsetTop: 5,
    tuneWidth: 15,
    tuneHeight: 4,
    wmode:'transparent',
    transparent: true
    });
    
    sIFR.replace(champagnelimousines, {
    selector: '.rp',
    css: '.sIFR-root { color: #183243; font-size:17px; cursor:pointer}',
    fitExactly: true,    // margins
    forceSingleLine: true,
    offsetTop: 0,
    tuneHeight: 4,
    wmode:'transparent',
    transparent: true
    });
   
	 
	 
	 

