$('img.kmApplicationItemThumb').hover(function(){
  $(this).animate({'width':'83px', 'height':'83px'});
}, function(){
  $(this).animate({'width':'78px', 'height':'78px'});
})