window.addEvent('load', function(){
	if ($('images')){
		
		$$('#images a img').each(function(el){
			el.setStyle('margin-bottom',(96 - el.getSize().y) / 2 + 'px')
		
		});
		
	};
	
	
	
});