google.setOnLoadCallback(function() {
	$('.gallery li a').nyroModal();
	$('.gallery li .i').each(function(){
		var img=$(this).find('img');
		var el=$(this);
		if (img.height()<el.height()-10) img.animate({marginTop:parseInt((el.height()-img.height())/2.5)},500);
	});
});
