$(function(){
	$('#services3 li').hover(function(){
		$(this).find('img').animate({top:'139px'},{queue:false,duration:1000});
	}, function(){
		$(this).find('img').animate({top:'0px'},{queue:false,duration:1000});
	});
});

$(function(){
	$('#services4 li').hover(function(){
		$(this).find('img').animate({top:'139px'},{queue:false,duration:1000});
	}, function(){
		$(this).find('img').animate({top:'0px'},{queue:false,duration:1000});
	});
});

$(function(){
	$('#services5 li').hover(function(){
		$(this).find('img').animate({top:'139px'},{queue:false,duration:1000});
	}, function(){
		$(this).find('img').animate({top:'0px'},{queue:false,duration:1000});
	});
});