$(document).ready(function(){

	$("a[rel=fotogroep]").fancybox({
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-outside"><span style="float:right">Afbeelding ' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span>' + (title && title.length ? title : '&nbsp;' ) + '</span>';
		}
	});
	jQuery(document).pngFix();
	$("img.reflect").reflect({/* Put custom options here */});
	
	$('#cform').validate();

});

Cufon.replace('h1, .top', { fontFamily: 'Century Gothic' });
Cufon.replace('h2, ul#menu a, .submit', { fontFamily: 'Century Gothic', textShadow: '#666666 0 -1px', hover: true });
Cufon.replace('h3, .top_shadow', { fontFamily: 'Century Gothic', textShadow: '#999999 0 -1px', hover: true });
