[jQuery] Interface Sortlist + Thickbox Bug

[jQuery] Interface Sortlist + Thickbox Bug


View this image: http://img523.imageshack.us/img523/2008/idragthickboxwb1.jpg
I use Thickbox and Ajax content, on-demad sortable
        $('#sort1').Sortable(
            {
                accept :         'sortableitem',
                helperclass :     'sorthelper',
                //activeclass :     'sortableactive',
                //hoverclass :     'sortablehover',
                //ghosting: true,
                //opacity:         0.8,
                fx:                200,
                axis:            'vertically',
                opacity:        0.4,
                revert:            true,
                //insideParent: true,
                //autoSize: true,
                onChange : function(ser)
                {
                    serialize('sort1');
                }
            }
        );
DragHelper was mistake with Position