$(document).ready(function(){$("img.btn").mouseover(function(){$(this).css({opacity:0.5}).animate({opacity:1},200)})});