$(document).ready(function(){
		
		$(".boxTop").css("height","398px");
		$(".slideshow.big").innerfade({
			containerheight:473,
			timeout:7000,
			speed:2500});
			
		$(".slideshow.small").innerfade({
			containerheight:398,
			timeout:7000,
			speed:2500});
			
		$(".gallery img").click(function(e){
				$(".boxTop img").attr("src",$(this).attr("alt"));
			});

		$.validator.messages = {
				required: "",
				email: ""};

		$("#contactForm").validate();
		
		$("area").mouseover(function(){
			$("#prev").attr("src","images/previews/WOODSIDE_3D_web_"+$(this).attr("class")+".jpg");
		});
		$("#Map").mouseout(function(){
			$("#prev").attr("src","images/previews/WOODSIDE_3D_web_leer.jpg");
		});
});
