jQuery(".learnmorebiblock").hover(
function () {
jQuery(this).parent().prev().find('.hoverimg').addClass("learnmorebiblockh");
},
function () {
jQuery(this).parent().prev().find('.hoverimg').removeClass("learnmorebiblockh");
}
);
