$(document).ready(function(){

  	$('.motorhouse').mouseover(function(){	  
    //When mouse rolls over
		$('.motorhouseo').stop().animate({height:'480px'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});
	$('.motorhouse').mouseout(function(){
	//When mouse is removed
		$('.motorhouseo').stop().animate({height:'0'},{queue:false, duration:600, easing: 'swing', direction: "up"})
  });	
  //When mouse rolls over
	$(".motorhouseo").mouseover(function(){
		$(this).stop().animate({height:'480px'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});	
	//When mouse is removed
	$(".motorhouseo").mouseout(function(){
		$(this).stop().animate({height:'0'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});
  
	  
	$('.renault').mouseover(function(){	  
    //When mouse rolls over
		$('.renaulto').stop().animate({height:'480px'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});
	$('.renault').mouseout(function(){
	//When mouse is removed
		$('.renaulto').stop().animate({height:'0'},{queue:false, duration:600, easing: 'swing', direction: "up"})
  });	
  //When mouse rolls over
	$(".renaulto").mouseover(function(){
		$(this).stop().animate({height:'480px'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});	
	//When mouse is removed
	$(".renaulto").mouseout(function(){
		$(this).stop().animate({height:'0'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});
  
  
  
  
  $('.dacia').mouseover(function(){	  
    //When mouse rolls over
		$('.daciao').stop().animate({height:'480px'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});
	$('.dacia').mouseout(function(){
	//When mouse is removed
		$('.daciao').stop().animate({height:'0'},{queue:false, duration:600, easing: 'swing', direction: "up"})
  });	
  //When mouse rolls over
	$(".daciao").mouseover(function(){
		$(this).stop().animate({height:'480px'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});	
	//When mouse is removed
	$(".daciao").mouseout(function(){
		$(this).stop().animate({height:'0'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});
  
  
  
  $('.mitsubishi').mouseover(function(){	  
    //When mouse rolls over
		$('.mitsubishio').stop().animate({height:'480px'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});
	$('.mitsubishi').mouseout(function(){
	//When mouse is removed
		$('.mitsubishio').stop().animate({height:'0'},{queue:false, duration:600, easing: 'swing', direction: "up"})
  });	
  //When mouse rolls over
	$(".mitsubishio").mouseover(function(){
		$(this).stop().animate({height:'480px'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});	
	//When mouse is removed
	$(".mitsubishio").mouseout(function(){
		$(this).stop().animate({height:'0'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});
  
  
  
  $('.hyundai').mouseover(function(){	  
    //When mouse rolls over
		$('.hyundaio').stop().animate({height:'480px'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});
	$('.hyundai').mouseout(function(){
	//When mouse is removed
		$('.hyundaio').stop().animate({height:'0'},{queue:false, duration:600, easing: 'swing', direction: "up"})
  });	
  //When mouse rolls over
	$(".hyundaio").mouseover(function(){
		$(this).stop().animate({height:'480px'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});	
	//When mouse is removed
	$(".hyundaio").mouseout(function(){
		$(this).stop().animate({height:'0'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});
  
  
  $('.mopedy').mouseover(function(){	  
    //When mouse rolls over
		$('.mopedyo').stop().animate({height:'480px'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});
	$('.mopedy').mouseout(function(){
	//When mouse is removed
		$('.mopedyo').stop().animate({height:'0'},{queue:false, duration:600, easing: 'swing', direction: "up"})
  });	
  //When mouse rolls over
	$(".mopedyo").mouseover(function(){
		$(this).stop().animate({height:'480px'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});	
	//When mouse is removed
	$(".mopedyo").mouseout(function(){
		$(this).stop().animate({height:'0'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});
  
  
  $('.access').mouseover(function(){	  
    //When mouse rolls over
		$('.accesso').stop().animate({height:'480px'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});
	$('.access').mouseout(function(){
	//When mouse is removed
		$('.accesso').stop().animate({height:'0'},{queue:false, duration:600, easing: 'swing', direction: "up"})
  });	
  //When mouse rolls over
	$(".accesso").mouseover(function(){
		$(this).stop().animate({height:'480px'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});	
	//When mouse is removed
	$(".accesso").mouseout(function(){
		$(this).stop().animate({height:'0'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});
  
  
  $('.bazar').mouseover(function(){	  
    //When mouse rolls over
		$('.bazaro').stop().animate({height:'480px'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});
	$('.bazar').mouseout(function(){
	//When mouse is removed
		$('.bazaro').stop().animate({height:'0'},{queue:false, duration:600, easing: 'swing', direction: "up"})
  });	
  //When mouse rolls over
	$(".bazaro").mouseover(function(){
		$(this).stop().animate({height:'480px'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});	
	//When mouse is removed
	$(".bazaro").mouseout(function(){
		$(this).stop().animate({height:'0'},{queue:false, duration:600, easing: 'swing', direction: "up"})
	});
});
