$(document).ready(function() {
	$("a.tooltip").tooltip({ 
		track: true, 
		delay: 1, 
		showURL: false, 
		left: 5,
		bottom: 5
	});
	$('#slideshow ul').animatedinnerfade({
		speed: 2000,
		timeout: 5000,
		type: 'sequence',
		containerwidth: '150px',
		containerheight: '320px',
		animationSpeed: 5000,
		animationtype: 'fade',
		controlBox: 'none',
		displayTitle: 'none'
	});
});

function showPrestations(id) {
	$("#prestation"+id).slideToggle();
}
