Your code looks like this:
Code:
<div class="navNextPrevWrapper centeredContent">
<p class="navNextPrevCounter">Product 2/2</p>
<div class="navNextPrevList"><a href="http://74.52.136.194/%7Eonlinefa/store/index.php?main_page=product_info&cPath=2_26_62&products_id=62&zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_prev.gif" alt="Previous" title=" Previous " height="16" width="120"></a></div>
<div class="navNextPrevList"><a href="http://74.52.136.194/%7Eonlinefa/store/index.php?main_page=index&cPath=2_26_62&zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_return_to_product_list.gif" alt="Return to the Product List" title=" Return to the Product List " height="16" width="120"></a></div>
<div class="navNextPrevList"><a href="http://74.52.136.194/%7Eonlinefa/store/index.php?main_page=product_info&cPath=2_26_62&products_id=62&zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_next.gif" alt="Next" title=" Next " height="16" width="120"></a></div>
</div>
Try this:
Code:
<div class="navNextPrevWrapper centeredContent">
<p class="navNextPrevCounter">Product 2/2</p>
<div class="navNextPrevList"><a href="http://74.52.136.194/%7Eonlinefa/store/index.php?main_page=product_info&cPath=2_26_62&products_id=62&zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_prev.gif" alt="Previous" title=" Previous " height="16" width="120"></a></div><div class="navNextPrevList"><a href="http://74.52.136.194/%7Eonlinefa/store/index.php?main_page=index&cPath=2_26_62&zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_return_to_product_list.gif" alt="Return to the Product List" title=" Return to the Product List " height="16" width="120"></a></div><div class="navNextPrevList"><a href="http://74.52.136.194/%7Eonlinefa/store/index.php?main_page=product_info&cPath=2_26_62&products_id=62&zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_next.gif" alt="Next" title=" Next " height="16" width="120"></a></div>
</div>
And you could get rid of each of these divs, they're not necessary:
Code:
<div class="navNextPrevList">
Like this:
Code:
<div class="navNextPrevWrapper centeredContent">
<p class="navNextPrevCounter">Product 2/2</p>
<div class="navNextPrevList"><a href="http://74.52.136.194/%7Eonlinefa/store/index.php?main_page=product_info&cPath=2_26_62&products_id=62&zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_prev.gif" alt="Previous" title=" Previous " height="16" width="120"></a><a href="http://74.52.136.194/%7Eonlinefa/store/index.php?main_page=index&cPath=2_26_62&zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_return_to_product_list.gif" alt="Return to the Product List" title=" Return to the Product List " height="16" width="120"></a><a href="http://74.52.136.194/%7Eonlinefa/store/index.php?main_page=product_info&cPath=2_26_62&products_id=62&zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_next.gif" alt="Next" title=" Next " height="16" width="120"></a></div>
</div>
Remove Zenid's from links above