var geosanslight = {
  src: 'images/geosans_light.swf'
};

sIFR.activate(geosanslight); 

sIFR.replace(geosanslight, {
  selector: 'h1'
   ,wmode: 'transparent'
   ,css: {
      '.sIFR-root': { 'color': '#f40056' }
    }
});
 
sIFR.replace(geosanslight, {
  selector: 'h3'
  ,wmode: 'transparent'
   ,css: {
      '.sIFR-root': { 'color': '#0095f4', 'letter-spacing': -1.5 }
    }
});

sIFR.replace(geosanslight, {
  selector: 'h4'
   ,wmode: 'transparent'
   ,css: {
      '.sIFR-root': { 'color': '#f40056' }
    }
});

sIFR.replace(geosanslight, {
  selector: 'h5'
   ,wmode: 'transparent'
   ,css: {
      '.sIFR-root': { 'color': '#f40056' }
    }
});


