var $jq=jQuery.noConflict();$jq(document).ready(function(){$jq("div.listing_boximg > a.product-image > img").hover(function(){var small_src=$jq(this).attr("src");var img_w=$jq(this).attr("width");var img_h=$jq(this).attr("height");var big_src=small_src.replace("/small_image/"+img_w+"x"+img_h,"/image/");var pos=$jq(this).offset();$jq("#image_preview").html('<img src="'+big_src+'" />');$jq("#image_preview").css("left",(pos.left+172)+"px");$jq("#image_preview").css("top",(pos.top-42)+"px");$jq("#image_preview").stop(false,true).fadeIn()},function(){$jq("#image_preview").html();$jq("#image_preview").stop(false,true).fadeOut("fast")})});

