var centurygothic = {src: 'http://saesonforgodsmag.dk/image/centurygothic.swf'};

sIFR.activate(centurygothic);

sIFR.replace(centurygothic, {
	selector: '#menu .menu', wmode: 'opaque', forceSingleLine: true, tuneWidth: 3, preventWrap: true, 
	css: [
		'.sIFR-root{ color: #000000; text-transform: lowercase;}',
		'a { text-decoration: none; color: #000000; }',
		'a:hover { text-decoration: none; color: #72bf44; font-weight: bold;}'
	]	
});

sIFR.replace(centurygothic, {
	selector: '#menu .menu_active', wmode: 'opaque', forceSingleLine: true, tuneWidth: 3, preventWrap: true, 
	css: [
		'.sIFR-root{color: #72bf44; font-weight: bold;text-transform: lowercase;}',
		'a { text-decoration: none; color: #72bf44; }',
		'a:hover { text-decoration: none; color: #72bf44; }'
	]	
});

sIFR.replace(centurygothic, {
	selector: '#header #teasers .teaser .header', wmode: 'opaque', tuneHeight: -4, forceSingleLine: true, forceWidth: true, preventWrap: true, tuneWidth: 3, 
	css: [
		'.sIFR-root{ color: #000000;letter-spacing: -0.7;}',
		'a { text-decoration: none; color: #000000; }',
		'a:hover { text-decoration: none; color: #000000; }'
	]	
});