以下のコードを貼り付けます。
/* リンク画像を半透明化 */a:hover img{opacity: 0.6;filter: alpha(opacity=60);-moz-opacity:0.6;}