var aller = {
	src: '/flash/aller.swf'
};
var aller_light = {
	src: '/flash/aller-light.swf'
};

//Header tekst
sIFR.activate(aller_light);
sIFR.replace(aller_light, {
	selector: 'h1.aller-light',
	css: [
	  '.sIFR-root { font-size:30px; font-weight:normal; color:#ffffff; font-weight:lighter;  }'
	],
	wmode: 'transparent'
});
sIFR.activate(aller_light);
sIFR.replace(aller_light, {
	selector: 'h1.aller',
	css: [
	  '.sIFR-root { font-size:30px; font-weight:normal; color:#ffffff; font-weight:lighter;  }'
	],
	wmode: 'transparent'
});

//H2
sIFR.activate(aller_light);
sIFR.replace(aller_light, {
	selector: 'h2',
	css: [
	  '.sIFR-root { font-size:20px; font-weight:normal; color:#4caba3;  }'
	],
        preventWrap: true,
        wmode: 'transparent'
});