
 jQuery(document).ready(function($){

	$('.post a img').hover(function(){$(this).stop(false, true).fadeOut(100);$(this).fadeIn(500);});
});