$(document).ready(function() {

	// PNG-Transparenz
	$(document).pngFix();

	if ($('a.lightbox').length != 0) {
		$("a.lightbox").fancybox({
			'padding'			: 10,
			'margin'			: 100,
			'showCloseButton'	: false,
			'showNavArrows'		: true,
			'titleShow'			: true,
			'titlePosition'		: 'outside',
			'cyclic'			: true,
			'overlayColor'		: '#333333',
			'overlayOpacity'	: 0.80,
			'centerOnScroll'	: true
		});
	}

});

