$(document).ready(function(){
	$(".draggable").draggable({cursor:"move",containment:"document"});
	$(".draggable2").draggable({cursor:"move"});
});