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