var calibri = {
  src: 'widgets/sifr/flash/calibri_bold.swf'
};
var candara = {
  src: 'widgets/sifr/flash/candara_bold.swf'
};
var del = {
  src: 'widgets/sifr/flash/del.swf'
};


sIFR.activate(calibri, candara, del);


sIFR.replace(calibri, {
	selector: '.sifr01'
	,css: [
	  '.sIFR-root { font-weight: bold; color: #bd0000; text-align: center; }'
	  ]
	,wmode: 'transparent'
});
sIFR.replace(candara, {
	selector: '.sifr02'
	,css: [
	  '.sIFR-root { font-weight: bold; color: #8f8f8f; text-align: center; }'
	  ]
	,wmode: 'transparent'
});
sIFR.replace(del, {
	selector: '.sifr03'
	,css: [
	  '.sIFR-root { color: #d0d0d0; }'
	  ]
	,wmode: 'transparent'
});
sIFR.replace(del, {
	selector: '.sifr04'
	,css: [
	  '.sIFR-root { color: #696969; }'
      ,'a { text-decoration: none; color: #bb0000; }'
      ,'a:link { color: #bb0000; }'
      ,'a:hover { color: #ffffff; }'
	  ]
	,wmode: 'transparent'
});

