$(document).ready(function(){
	jQuery(function(){jQuery(document).pngFix();});

	$("a.zoom").fancybox();
	
	$("a[rel=fotogroep]").fancybox({
		'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over"><span style="float:right">Afbeelding ' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span>' + (title && title.length ? title : '&nbsp;' ) + '</span>';
		}
	});
	
	$("a.iframe").fancybox({
			'padding'		: 0,
			'overlayColor'	: '#000',
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'title'			: this.title,
			'width'			: 840,
			'height'		: 275		
	});
	
});
