$(document).ready(function() {
	
	$('#boxfirst').hover(function(){
	
		$('.bottom').stop().animate({bottom:0}, 600);
		},function(){
		$('.bottom').stop().animate({bottom:-110}, 800);
	
	});

	
	$('.box2').hover(function(){
	
		$('.bottom2').stop().animate({bottom:0}, 800);
		},function(){
		$('.bottom2').stop().animate({bottom:-110}, 800);
	
	});
	
	
	$('.box3').hover(function(){
	
		$('.bottom3').stop().animate({bottom:0}, 800);
		},function(){
		$('.bottom3').stop().animate({bottom:-110}, 800);
	
	});
	
	
	$('.box4').hover(function(){
	
		$('.bottom4').stop().animate({bottom:0}, 800);
		},function(){
		$('.bottom4').stop().animate({bottom:-110}, 800);
	
	});
	
	$('.box5').hover(function(){
	
		$('.bottom5').stop().animate({bottom:0}, 800);
		},function(){
		$('.bottom5').stop().animate({bottom:-110}, 800);
	
	});
	
	$('.box6').hover(function(){
	
		$('.bottom6').stop().animate({bottom:0}, 800);
		},function(){
		$('.bottom6').stop().animate({bottom:-110}, 800);
	
	});
	
	$('.box7').hover(function(){
	
		$('.bottom7').stop().animate({bottom:0}, 800);
		},function(){
		$('.bottom7').stop().animate({bottom:-110}, 800);
	
	});
	
	$('.box8').hover(function(){
	
		$('.bottom8').stop().animate({bottom:0}, 800);
		},function(){
		$('.bottom8').stop().animate({bottom:-110}, 800);
	
	});
	
	$('.box9').hover(function(){
	
		$('.bottom9').stop().animate({bottom:0}, 800);
		},function(){
		$('.bottom9').stop().animate({bottom:-110}, 800);
	
	});
	
	$('.box10').hover(function(){
	
		$('.bottom10').stop().animate({bottom:0}, 800);
		},function(){
		$('.bottom10').stop().animate({bottom:-110}, 800);
	
	});

});
