var gills = {
      src: '../sifr/gill.swf'
};
 
sIFR.activate(gills);
 
sIFR.replace(gills, {
      selector: '#recipe-card-header h1',
      css: [
      '.sIFR-root {font-size: 27px; color: #58b4e1; font-weight: normal; position: relative; margin: 0 120px 0 0;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(gills, {
      selector: '#txt-head',
      css: [
      '.sIFR-root {font-size: 24px; color: #f69b1a; font-weight: normal; position: relative; margin: 0;}'
      ],
      wmode: 'transparent'
});