$(document).ready(function() {
	$("#draggable").draggable({ cursor: 'move' });
});