<?php foreach ($this->getGalleryImages() as $_image): ?>
<div class="main-image">
<a href="<?php echo $this->helper('catalog/image')->init($_product, 'image')->resize(1000); ?>" class="jqZoom popup" title="<?php echo $_product->getName(); ?>" rel="gallery-images">
<img src="<?php echo $this->getGalleryImageUrl($_image); ?>" />
<?php /*<img id="main-product-image" itemprop="image" data-zoom-image="<?php echo $this->helper('catalog/image')->init($_product, 'image')->resize(1000); ?>" src="<?php echo $this->helper('catalog/image')->init($_product, 'image')->resize(600); ?>" alt="<?php echo $this->escapeHtml($_product->getImageLabel()) ?>">
*/ ?>
</a>
</div>
<?php endforeach; ?>