////////// link img
$(function(){$("a img").hover(function(){$(this).fadeTo(100,'0.6')},function(){$(this).fadeTo(150,'1')})});

