$.fn.delay = function(time, callback) {
	jQuery.fx.step.delay = function(){};
	return this.animate({delay:1}, time, callback);
};