function step


      stop: function(ev, ui) {
        if (sel.isSelected(ui.helper[0].id)) {
          for (id in sel.allSelected()) {
           $('#'+id).removeData("top0");
           $('#'+id).removeData("left0");
          }
        }        
      }
    });  
  };