jQuery(function() {
	if (jQuery("#pr_text").length > 0) {
		jQuery(".l-rcol_inner").css({paddingBottom: jQuery("#pr_text").height(), position:"relative"});
		jQuery("#pr_text").addClass("pr_text");
	}
});
