var cochin = {
  src: _templates_dir+'swf/sifr.swf'
};


sIFR.activate();

sIFR.replace(cochin, {
  selector: 'h4', 
  css: { '.sIFR-root' : {'font-size' : '18px' , 'color' : '#16183f'},
         '.szary' : {'color' : '#888888'},
         '.bialy'  : {'color' : '#ffffff'},         
         'a'      : {'text-decoration' : 'none'},
         'a:link'      : {'color' : '#16183f'},
         'a:hover'      : {'color' : '#e1d900'}
  },
  //fitExactly: true,

  wmode: "transparent",

  //offsetTop: -2,

  tuneHeight: -6
});
