		$(document).ready(function() {
			$("a.lightbox").fancybox({
				'opacity'		: true,
				'overlayShow'	: false,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic',
				'overlayShow' : 'true ',
				'overlayColor' : '#fff',
				'overlayOpacity' : '1',
				'padding'       : '0'
			});

					});

		$(document).ready(function() {
	$("a[rel=osterbox]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
						'overlayColor' : '#fff',
				'overlayOpacity' : '1',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
		    return '<span id="fancybox-title-over">Seite ' +  (currentIndex + 1) + ' / ' + currentArray.length + ' ' + title + '</span>';
		}
	});
   					});   
