I uploading to store already prepeared images for base_image, small_image and thumbnail
How can I show in product listing page an original image (not from cache) form the gallery, that checked as small_image
$_product->getSmallImage();
works over catalog/image helper so we getting from it image from cache, but I need to get an Url to my orriginal image, that checked as small_image
thanks