Search results for 'fq0305'
There are no categories matching the selection
').
removeAttr('title');
}
}
$('.img-hover-wrapper').hover(
function(){
$(this).find('img').animate({opacity: ".6"}, 300);
$(this).find('.caption').animate({top:"-64px"}, 300);
},
function(){
$(this).find('img').animate({opacity: "1.0"}, 300);
$(this).find('.caption').animate({top:"34px"}, 300);
}
);
});
});