window.addEvent("domready",function(){
	new OverText($("zoek_product"));	
	new slider($("slider2"));
	$$("a[href=#]")
		.setStyles({"opacity":0.5,"cursor":"default"})
		.addEvents({			
			"click":function(e){
				e.stop();
			}
		})
	;
	new Caroussel();
	$$("a._blank").addEvents({
		"click":function(e){
			e.stop();
			window.open(this.get("href"),this.get("text"));
		}
	});
	var overlay = new overlay2();
	var box = new multiBox('mb', {
		overlay: overlay
	}); 
});
