jQ(document).ready(function(){
    jQ(".product-list img, .products-list img").thumbPopup({
        popupId:"imgPreview",
        imgSmallFlag:"small_image/90x",
        imgSmallFlag1:"_sm.jpg",
        imgLargeFlag:"small_image/250x",
        imgLargeFlag1:"_zoom.jpg",
        cursorTopOffset:12,
        cursorLeftOffset:8,
        loadingHtml:""
    });
    jQ(".products-grid img[src*='small_image.jpg'], .products-list img[src*='small_image.jpg']").thumbPopup({
        popupId:"imgPreview",
        imgSmallFlag:"small_image/90x",
        imgSmallFlag1:"_SM",
        imgLargeFlag:"imagep2/486x247",
        imgLargeFlag1:"_ZOOM",
        cursorTopOffset:12,
        cursorLeftOffset:8,
        loadingHtml:""
    })
    });
