$(function(){
	$(".himg").mouseover(function(){
		$(this).fadeTo(100, 0.2);
		$(this).fadeTo(300, 1);
	});
});
