$(function(){
	$('#1services3 li').hover(function(){
		$(this).find('img').animate({top:'139px'},{queue:false,duration:500});
	}, function(){
		$(this).find('img').animate({top:'0px'},{queue:false,duration:500});
	});
});

$(function(){
	$('#services2 li').hover(function(){
		$(this).find('img').animate({top:'189px'},{queue:false,duration:500});
	}, function(){
		$(this).find('img').animate({top:'45px'},{queue:false,duration:500});
	});
});

$(function(){
	$('#1our_clients_work li').hover(function(){
		$(this).find('img').animate({top:'139px'},{queue:false,duration:500});
	}, function(){
		$(this).find('img').animate({top:'0px'},{queue:false,duration:500});
	});
});

