var Optima = {
	src: '/flash/sifr/Optima.swf'
};

sIFR.activate(Optima);

// tuneHeight: '-2' fixes jumpy behaviour
sIFR.replace(Optima, {
	selector: 'body.restaurants h1, body.restaurant_amsterdam h1',
	css: {
		'.sIFR-root': {
			'color': '#b83d0e',
			'font-weight': 'bold'
		}
	},
	tuneHeight: '2',
	wmode: 'transparent'
});

sIFR.replace(Optima, {
	selector: 'body.on_tour h1',
	css: {
		'.sIFR-root': {
			'color': '#d12639',
			'font-weight': 'bold'
		}
	},
	tuneHeight: '2',
	wmode: 'transparent'
});

sIFR.replace(Optima, {
	selector: 'h1',
	css: {
		'.sIFR-root': {
			'color': '#b49a29',
			'font-weight': 'bold'
		}
	},
	tuneHeight: '2',
	wmode: 'transparent'
});