$(document).ready(function(){
	$('div.img img').each(function(){
		$(this).css('margin-top', 56 - $(this).height() / 2 + 'px');
    })
	
});
