$(function() {
    $("input.hint, textarea.hint").hint(); 
	if($("ul#pikame").length) {
		var ht = '<img src="/images/layout/pikaTumbsClear.png" alt="Appelmans" width="190" height="140" class="detailGalWaterMerk" />';
		var ht2 = '<img src="/images/layout/pikaTumbsClear.png" alt="Appelmans" width="589" height="444" class="detailGalWaterMerk" />';
		$("#pikame li").prepend(ht);
		$("div.pikawrapitall").prepend(ht2);
		
		// geef watermerk dezelfde functies
		jQuery("#pikame li",this).hover(
			function(){jQuery("img.defoto",this).fadeTo(250,1);},
			function(){if(!jQuery("img.defoto",this).hasClass("pika_selected")){jQuery("img.defoto",this).fadeTo(250,0.4);}}
		);
		jQuery("img.defoto",this).fadeTo(250,0.4);	
		jQuery("#pikame li img:first-child",this).live("click", function(){
			$(this).next("img.defoto").click();
			//$(this).parents("img").addClass("koekoe");
			//alert("koekoe");
		});
	}
});



