﻿jQuery(function() {

	jQuery("#uebersicht1").mouseover(function(){
		jQuery("#uebersicht1 div.slider").stop().animate({marginTop: "-100px"},{duration:200})
	});
	
	jQuery("#uebersicht1").mouseout(function(){
		jQuery("#uebersicht1 div.slider").stop().animate({marginTop: "0px"},{duration:400})
	});

	jQuery("#uebersicht2").mouseover(function(){
		jQuery("#uebersicht2 div.slider").stop().animate({marginTop: "-100px"},{duration:200})
	});
	
	jQuery("#uebersicht2").mouseout(function(){
		jQuery("#uebersicht2 div.slider").stop().animate({marginTop: "0px"},{duration:400})
	});
	
	jQuery("#uebersicht3").mouseover(function(){
		jQuery("#uebersicht3 div.slider").stop().animate({marginTop: "-100px"},{duration:200})
	});
	
	jQuery("#uebersicht3").mouseout(function(){
		jQuery("#uebersicht3 div.slider").stop().animate({marginTop: "0px"},{duration:400})
	});
	
	jQuery("#uebersicht4").mouseover(function(){
		jQuery("#uebersicht4 div.slider").stop().animate({marginTop: "-100px"},{duration:200})
	});
	
	jQuery("#uebersicht4").mouseout(function(){
		jQuery("#uebersicht4 div.slider").stop().animate({marginTop: "0px"},{duration:400})
	});
	
	jQuery("#uebersicht5").mouseover(function(){
		jQuery("#uebersicht5 div.slider").stop().animate({marginTop: "-100px"},{duration:200})
	});
	
	jQuery("#uebersicht5").mouseout(function(){
		jQuery("#uebersicht5 div.slider").stop().animate({marginTop: "0px"},{duration:400})
	});
	
	jQuery("#uebersicht6").mouseover(function(){
		jQuery("#uebersicht6 div.slider").stop().animate({marginTop: "-100px"},{duration:200})
	});
	
	jQuery("#uebersicht6").mouseout(function(){
		jQuery("#uebersicht6 div.slider").stop().animate({marginTop: "0px"},{duration:400})
	});
});
