jQuery(document).ready(function() {
	$("a[rel=gallery]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'overlayOpacity'	: '0.5',
		'overlayColor'		: '#1a1a1a',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Bild ' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span>';
		}
	});
	
	$("a[rel=eindruecke]").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'overlayOpacity'	: '0.5',
		'overlayColor'		: '#1a1a1a',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Bild ' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span>';
		}
	});

	$('#eindruecke').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '135px'
	});
});
