$(document).ready(function(){
	$('#some_for_client').bind('mouseleave', function() {$('#more_client').fadeOut();});
});
	
