$(document).ready(function() {
		/*
		* Images to fade in
		*/
		$("a[rel=fademein]").fancybox({
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'titlePosition' 	: 'over',
			'titleFormat'		: function(title, currentArray, currentIndex) {
				return '<span id="fancybox-title-over">Bild ' + (currentIndex + 1) + ' - ' +  title + '</span>';
			}
		});

		
	}); //domready close
