// Fancybox-Fenster
		$(document).ready(function() {

			$("a.bigger").fancybox({
				'titlePosition'	: 'inside'
			});

		});
