You can get the id of the dragged and dropped element. With that knowledge, go and get the id of the next element one the same level with :
$('#id_of_the_dragged_element').next().attr('id')
cube1893
2010-05-06 15:06:27