$(function () {$('.picture a, .picture02 a, .picture03 a, .picture04 a, .picture05 a').hover(function () {$(this).find('strong').stop().fadeTo('normal', 1);}, function () {$(this).find('strong').stop().fadeTo('normal', 0);});});
