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

$(document).ready(function(){
	$("#navmenu-h li,#navmenu-v li").hover(
		function() {
			$(this).addClass("iehover");
		},function() {
			$(this).removeClass("iehover");
		}
	);
	$("a.zoom").fancybox();
	
	$("a.fancyboximg").fancybox({
		'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over"><span style="float:right">Image ' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span>' + (title && title.length ? title : '&nbsp;' ) + '</span>';
		}
	});

});

function openimage(groep){
	$('a[rel="'+groep+'"]:first').trigger('click');
}
