$(document).ready(function(){
	jQuery(function(){jQuery(document).pngFix();});
	
	$("a.zoom").fancybox({
		'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">' + (title && title.length ? title : '&nbsp;' ) + '</span>';
		}
	});
	
	$('ul.menulijst li a').hover(function() {
    	$(this).addClass('ie-hover');
    }, function() {
   		$(this).removeClass('ie-hover');
    });
}); 


jQuery(function($){
	$("#contact").validate();
});




