var univers = {
	src: '/sifr3/univers.swf'
};

//sIFR.useStyleCheck = true;
sIFR.fitExactly = true;
sIFR.offsettop = 2;
sIFR.activate(univers);

sIFR.replace(univers, {
	selector: 'h1, h2'
	,offsetTop: 2
	,transparent: true
	,css: {
	  '.sIFR-root': { 'color': '#3e3d3a', 'background-color': 'transparent', 'text-transform': 'uppercase', 'letter-spacing': '2.8' },
	  'a': {'color': '#000000', 'text-decoration': 'none' },
	  '.active': {'color': '#000000', 'text-decoration': 'underline' },
	  'a:hover': {'color': '#000000', 'text-decoration': 'underline' }
	}
});