JQ(function(){
	JQ("#grid-content").vgrid({
		easeing: "easeOutQuint",
		time: 400,
		delay: 20
	});
});
