function galerie()
{
	$('.galerie a').fancybox(
	{
		centerOnScroll: true,
		titlePosition: 'inside'
	});
}
