$(document).ready(function(){
   $('.post-intro img').each(function(){
		if($(this).width() > 532) $(this).css('width',532);
	});
});



