$(window).load(function(){
	$('.float').masonry({
		columnWidth: 8, 
		resizeable: true,
	  itemSelector: '.box' 
	});


//
});

