var yourtypeface = {
      src: '/sifr/FuturaMdCnBT.swf'
};
 
sIFR.activate(yourtypeface);

sIFR.replace(yourtypeface, {
      selector: 'h1.cella_title',
      css: [
      '.sIFR-root{font-size:18px; font-weight:normal; color:#4c4c4c;text-transform:uppercase; margin:0 auto; text-align:center}'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'h2.cella_subtitle',
      css: [
      '.sIFR-root{font-size:16px; font-weight:normal; color:#4c4c4c;margin:0 auto; text-align:center}'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'h3.cella_title_1',
      css: [
      '.sIFR-root{font-size:18px; font-weight:normal; color:#4c4c4c;text-transform:uppercase}'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'h4.newsletter_title',
      css: [
      '.sIFR-root{font-size:16px; font-weight:normal; color:#4c4c4c;text-transform:uppercase; text-align:right}'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'h1.titolo_prodotti',
      css: [
      '.sIFR-root{font-size:16px; font-weight:normal; color:#e11837; text-align:left}'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'h2.titolo_prodotti_uno',
      css: [
      '.sIFR-root{font-size:18px; font-weight:normal; color:#e11837; text-transform:uppercase; text-align:left}'
      ],
      wmode: 'transparent'
});
/*
sIFR.replace(yourtypeface, {
      selector: 'h3.1coperchio',
      css: [
      '.sIFR-root{font-size:16px; font-weight:normal; color:#e11837; text-align:left; clear:both}'
      ],
      wmode: 'transparent'
});
*/
sIFR.replace(yourtypeface, {
      selector: 'h4.titolo_generico',
      css: [
      '.sIFR-root{font-size:16px; font-weight:normal; color:#e11837}'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'h3.cella_title_1_link',
      css: [
      '.sIFR-root{font-size:18px; font-weight:normal; color:#4c4c4c;text-transform:uppercase}',
	  'a{color:#4c4c4c;text-transform:uppercase; text-decoration:none}',
	  'a:hover{color:#4c4c4c}'
      ],
      wmode: 'transparent'
});