var bembo = {
      src: 'http://www.goapotatoes.co.uk/sifr/bembo.swf'
};
 
sIFR.activate(bembo);
 
sIFR.replace(bembo, {
      selector: 'h2.intro-title',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#485237;}',
      ,'a { text-decoration: underline; color:#485237; }'
      ,'a:link { text-decoration: underline; color:#485237; }'
      ,'a:hover { text-decoration: underline; color: #000000; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(bembo, {
      selector: 'h3.product',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#485237;}',
      ,'a { text-decoration: underline; color:#485237; }'
      ,'a:link { text-decoration: underline; color:#485237; }'
      ,'a:hover { text-decoration: underline; color: #000000; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(bembo, {
      selector: 'h3.variety',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#485237;}',
      ,'a { text-decoration: underline; color:#485237; }'
      ,'a:link { text-decoration: underline; color:#485237; }'
      ,'a:hover { text-decoration: underline; color: #000000; }'
      ],
      wmode: 'transparent'
});