Found the extra </DIV> tag that needs to be removed if you have Tabbed Products, Image Handler 2 and Apple Zen Template.

// ===> Close the tabstrip creation if started
if ((intval($chkTabStart) >= 0 && intval($chkTabEnd) > 0) || ($bAddToCart || $bMediaCollection || $bAdditionalImages || $bCustomersAlsoPurchased || $bCrossSell_Tab || $bReviews_Tab)) {
echo '<!--/div--><!--end of tabcontentcontainer -->';
}

Located in teh tpl_tabbed_products_lite.php file