/* Author: 

*/

$(document).ready(function() {
    $("a img").hover(function() { $(this).css("opacity", .5); }, function() { $(this).css("opacity", 1); });
});























