$(function() {
$("img.snail").lazyload({ 
		effect : "fadeIn"
	});
});

