$( ".main_container" ).sortable({
            handle:'.grabber',  // the element which is used to 'grab' the item
            items:'div.box', // the item to be sorted when grabbed!
            opacity:0.8,
            revert:true,