$(document).ready(function(){
	$("div.gallcellh div.galpictwraph,div.lijst_view div.gallcell div.galpictwrap,div.blogpictwrap, div.lijstlayoutcell div.image").mouseover(function(){
 		$(this).addClass("imageHoverke");
	});
	$("div.gallcellh div.galpictwrap,div.lijst_view div.gallcell div.galpictwrap,div.blogpictwrap , div.lijstlayoutcell div.image").mouseout(function(){
 		$(this).removeClass("imageHoverke");
	});
	$("div.gal_view div.gallcell div.galpictwrap, div.gal_view div.gallcell a.details").mouseover(function(){
 		$(this).closest("div.gallcell").addClass("imageHoverke");
	});
	$("div.gal_view div.gallcell div.galpictwrap, div.gal_view div.gallcell a.details").mouseout(function(){
 		$(this).closest("div.gallcell").removeClass("imageHoverke");
	});
	
	$("div.minigal div.gallcell div.galpictwrap, div.minigal div.gallcell a.details").mouseover(function(){
 		$(this).closest("div.gallcell").addClass("imageHoverke");
	});
	$("div.minigal div.gallcell div.galpictwrap, div.minigal div.gallcell a.details").mouseout(function(){
 		$(this).closest("div.gallcell").removeClass("imageHoverke");
	});
	$("div.sold a").click(function () {
            return false;
        });
	/*
	$("div#anderezoekers a").mouseover(function(){
 		alert("koe koe");
	});
	*/
});
