$(document).ready(function(){
	$("#m-men1,#m-men2,#m-men3,#m-men4,#m-men5,#m-men6,#m-men7,#m-men8,#m-men9").hover(function(){
			$(this).animate({top: "-="+"10px" },100);
			$("div.iref[refof="+$(this).attr("id")+"]").animate({top: "+="+"10px" },100);

			},function(){ $(this).animate({top: "+="+"10px" },400);$("div.iref[refof="+$(this).attr("id")+"]").animate({top: "-="+"10px" },400); });
}); // end jq
