var yourtypeface = {
      src: '/sifr/kozooka.swf'
}; 

sIFR.activate(yourtypeface);

sIFR.replace(yourtypeface, {
      selector: 'h1.cruising',
      css: [
      '.sIFR-root{font-size:20px; font-weight:normal; color:#423117; width:270px}'	 
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'h2.personalize',
      css: [
       '.sIFR-root{font-size:16px; font-weight:normal; color:#423117}',
	   'a{color:#423117}',
	   'a:hover{color:#423117; text-decoration:none}'
	  ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'h3.book',
      css: [
       '.sIFR-root{font-size:19px; font-weight:normal; color:#ffffff}',
	   'a{color:#ffffff}',
	   'a:hover{color:#ffffff; text-decoration:none}'
	  ],
      wmode: 'transparent'
});
//ale
sIFR.replace(yourtypeface, {
      selector: 'h1.titolo_36',
      css: [
      '.sIFR-root{font-size:36px; font-weight:normal; color:#000000;  text-transform:none}'	 
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: 'h2.titolo_30',
      css: [
      '.sIFR-root{font-size:30px; font-weight:normal; color:#000000; text-transform:none}'	 
      ],
      wmode: 'transparent'
});