



var zapf = {
  src: _templates_dir+ 'swf/sifr.swf'
};
sIFR.activate(zapf);


sIFR.replace(zapf, {
  selector: 'body.Excellence h2',
  css: { '.sIFR-root' : {'font-size' : '14px' , 'color' : '#50841b', 'font-weight' : 'bold', 'text-transform' : 'uppercase', 'text-align' : 'left' },
         'a' : {'color' : '#ffffff', 'text-decoration' : 'none'},
         'a:hover' : {'color' : '#cccccc', 'text-decoration' : 'none'}
  },
  fitExactly: true,
  wmode: "transparent",
  offsetTop: 0,
  tuneHeight: -4
});
sIFR.replace(zapf, {
	  selector: 'body.Excellence-Opakowania h2',
	  css: { '.sIFR-root' : {'font-size' : '14px' , 'color' : '#694774', 'font-weight' : 'bold', 'text-transform' : 'uppercase' },
	         'a' : {'color' : '#ffffff', 'text-decoration' : 'none'},
	         'a:hover' : {'color' : '#cccccc', 'text-decoration' : 'none'}
	  },
	  fitExactly: true,
	  wmode: "transparent",
	  offsetTop: 0,
	  tuneHeight: -4
	});
sIFR.replace(zapf, {
	  selector: 'body.Excellence-Aromaty h2',
	  css: { '.sIFR-root' : {'font-size' : '14px' , 'color' : '#50841b', 'font-weight' : 'bold', 'text-transform' : 'uppercase' },
	         'a' : {'color' : '#ffffff', 'text-decoration' : 'none'},
	         'a:hover' : {'color' : '#cccccc', 'text-decoration' : 'none'}
	  },
	  fitExactly: true,
	  wmode: "transparent",
	  offsetTop: 0,
	  tuneHeight: -4
	});
sIFR.replace(zapf, {
	  selector: 'body.Excellence-Transport h2',
	  css: { '.sIFR-root' : {'font-size' : '14px' , 'color' : '#464644', 'font-weight' : 'bold', 'text-transform' : 'uppercase' },
	         'a' : {'color' : '#ffffff', 'text-decoration' : 'none'},
	         'a:hover' : {'color' : '#cccccc', 'text-decoration' : 'none'}
	  },
	  fitExactly: true,
	  wmode: "transparent",
	  offsetTop: 0,
	  tuneHeight: -4
	});
