(function($){
$(function() {  
 $("ul.WrapForhanbiAct>li").hover(
	    	function(){ $(this).children(".ForhanbiHide").animate({ "top" : "1px"}, 500);
	    	},
	    	function(){ $(this).children(".ForhanbiHide").animate({ "top" : "100%"}, 500);
	    	}
	    );
 });  
})(jQuery);
