$.ui.plugin.add("draggable", "zIndex", {
    start: function(event, ui) {
        var t = $(ui.helper), o = $(this).data("ui-draggable").options;
        if(t.css("zIndex")) {
            o._zIndex = t.css("zIndex");