$(document).ready(function() {
	$('.lightbox').lightBox();
	$('.news-single-img a').lightBox();
	$("#commentForm").validate();
});


$(document).ready(function() {
	$("#commentForm").validate();
	
	$(".preiseshow").click(function(){
		$(this).parents('.zimmer').find('.preise').slideToggle();
	});
	
	$(".contentshow").click(function(){
		$(this).parents('.zimmer').find('.newscontent').slideToggle();
	});
	
	$(".preiseshow1").click(function(){
		$(this).parents('.zimmer').find('.newsbereich1').slideToggle();
	});
	
	
});





 $(document).ready(function(){

	//When mouse rolls over
	$("#box1").mouseover(function(){
		$(this).stop().animate({height:'190px',width:'190px'});
		$("#box2").stop().animate({height:'90px',width:'90px'});
		$("#box3").stop().animate({height:'90px',width:'90px'});
		$("#box4").stop().animate({height:'90px',width:'90px'});
		$("#box5").stop().animate({height:'90px',width:'90px'});
	});
	
	//When mouse is removed
	$("#box1").mouseout(function(){
		$(this).stop().animate({height:'90px',width:'90px'});
		$("#box2").stop().animate({height:'90px',width:'90px'});
		$("#box3").stop().animate({height:'90px',width:'90px'});
		$("#box4").stop().animate({height:'90px',width:'90px'});
		$("#box5").stop().animate({height:'90px',width:'90px'});
	});
	
	
	
	//When mouse rolls over
	$("#box2").mouseover(function(){
		$(this).stop().animate({height:'190px',width:'190px'});
		$("#box1").stop().animate({height:'90px',width:'90px'});
		$("#box3").stop().animate({height:'90px',width:'90px'});
		$("#box4").stop().animate({height:'90px',width:'90px'});
		$("#box5").stop().animate({height:'90px',width:'90px'});
	});
	
	//When mouse is removed
	$("#box2").mouseout(function(){
		$(this).stop().animate({height:'90px',width:'90px'});
		$("#box1").stop().animate({height:'90px',width:'90px'});
		$("#box3").stop().animate({height:'90px',width:'90px'});
		$("#box4").stop().animate({height:'90px',width:'90px'});
		$("#box5").stop().animate({height:'90px',width:'90px'});
	});
	
	
	
	//When mouse rolls over
	$("#box3").mouseover(function(){
		$(this).stop().animate({height:'190px',width:'190px'});
		$("#box2").stop().animate({height:'90px',width:'90px'});
		$("#box1").stop().animate({height:'90px',width:'90px'});
		$("#box4").stop().animate({height:'90px',width:'90px'});
		$("#box5").stop().animate({height:'90px',width:'90px'});
	});
	
	//When mouse is removed
	$("#box3").mouseout(function(){
		$(this).stop().animate({height:'90px',width:'90px'});
		$("#box2").stop().animate({height:'90px',width:'90px'});
		$("#box1").stop().animate({height:'90px',width:'90px'});
		$("#box4").stop().animate({height:'90px',width:'90px'});
		$("#box5").stop().animate({height:'90px',width:'90px'});
	});
	
	
	//When mouse rolls over
	$("#box4").mouseover(function(){
		$(this).stop().animate({height:'190px',width:'190px'});
		$("#box2").stop().animate({height:'90px',width:'90px'});
		$("#box3").stop().animate({height:'90px',width:'90px'});
		$("#box1").stop().animate({height:'90px',width:'90px'});
		$("#box5").stop().animate({height:'90px',width:'90px'});
	});
	
	//When mouse is removed
	$("#box4").mouseout(function(){
		$(this).stop().animate({height:'90px',width:'90px'});
		$("#box2").stop().animate({height:'90px',width:'90px'});
		$("#box3").stop().animate({height:'90px',width:'90px'});
		$("#box1").stop().animate({height:'90px',width:'90px'});
		$("#box5").stop().animate({height:'90px',width:'90px'});
	});
	
	
	//When mouse rolls over
	$("#box5").mouseover(function(){
		$(this).stop().animate({height:'190px',width:'190px'});
		$("#box2").stop().animate({height:'90px',width:'90px'});
		$("#box3").stop().animate({height:'90px',width:'90px'});
		$("#box4").stop().animate({height:'90px',width:'90px'});
		$("#box1").stop().animate({height:'90px',width:'90px'});
	});
	
	//When mouse is removed
	$("#box5").mouseout(function(){
		$(this).stop().animate({height:'90px',width:'90px'});
		$("#box2").stop().animate({height:'90px',width:'90px'});
		$("#box3").stop().animate({height:'90px',width:'90px'});
		$("#box4").stop().animate({height:'90px',width:'90px'});
		$("#box1").stop().animate({height:'90px',width:'90px'});
	});
	
	
	
	
	
});

