$(document).ready(function() {

/* Fanzy Einstellung allgemein */

	$("a[rel=lytepic]").fancybox({
	'titleShow'		: true,
	'transitionIn'	: 'elastic',
	'transitionOut'	: 'elastic'
	});

/* WIKI links */

	$("a[rel=wiki]").fancybox({
	'width'				: 850,
	'height'			: 900,
	'autoScale'			: true,
	'transitionIn'		: 'elastic',
	'transitionOut'		: 'elastic',
	'type'				: 'iframe',
	'titleShow'			: false,
	'hideOnOverlayClick'		: false,
	'centerOnScroll'	: false,
	'overlayShow'	: true,  	/* Toggle overlay */
	'overlayOpacity'	: 	0.3, 	/* Opacity of the overlay (from 0 to 1; default - 0.3) */
	'overlayColor'	: 	'#990000',
	'showNavArrows'	:  	false
	});
	
	});
