$(id_for_animate).animate({ marginLeft: left_space }, 200, 'linear', function(){ Play() });
$(id_for_animate).animate({ marginLeft: left_space }, 200, 'linear', Play() );