
var firefly = {
  src: '/your-photos/templates/site/js/firefly.swf',
  ratios: [10, 1.16, 17, 1.09, 25, 1.05, 26, 1.06, 30, 1.05, 31, 1.03, 32, 1.05, 37, 1.04, 38, 1.02, 40, 1.04, 49, 1.02, 58, 1.03, 97, 1.02, 1.01]
};

var hand_writing = {
  src: '/your-photos/templates/site/js/hand_writing.swf',
  rations: [8, 1.43, 11, 1.38, 16, 1.33, 23, 1.32, 24, 1.29, 28, 1.3, 29, 1.29, 32, 1.28, 36, 1.29, 37, 1.27, 41, 1.28, 54, 1.27, 57, 1.26, 58, 1.27, 61, 1.26, 62, 1.27, 101, 1.26, 102, 1.25, 105, 1.26, 1.25]
}
/*
var flavours = { src: '/your-photos/templates/site/js/myriadpro-bold.swf' }
*/

sIFR.useStyleCheck = true;
sIFR.activate(firefly);

sIFR.replace(firefly, {
  selector: 'h2',
  css: '.sIFR-root { color: #DE4561;  }',
  transparent: true
});

/*
sIFR.replace(firefly, {
  selector: '#bottle_preview #logo',
  css: '.sIFR-root { color: #ffffff; text-align: center; }',
  transparent: true
});
*/
sIFR.replace(hand_writing, {
  selector: 'p.handwriting',
  css: '.sIFR-root { color: #333333; }',
  transparent: true
});
/*
sIFR.replace(flavours, {
  selector: '.black #entry_flavours',
  css: '.sIFR-root { color: #ffffff; text-align: center; }',
  transparent: true
});

sIFR.replace(flavours, {
  selector: '#entry_flavours',
  css: '.sIFR-root { color: #000000; text-align: center; }',
  transparent: true
});

sIFR.replace(hand_writing, {
  selector: '#main .carousel .bottles ul li a.bottle span',
  css: '.sIFR-root { color: #333333; text-align: center; }',
  selectable: false,
  transparent: true
})

sIFR.replace(hand_writing, {
  selector: '#main .carousel .bottles ul li a.title',
  css: '.sIFR-root { color: #333333; text-align: center; }',
  selectable: false,
  transparent: true
})

*/

