I think i figured it out. I added the following line to my tpl_index_product_list.php next to my categories description and floated left.
PHP Code:
<?php echo zen_image(DIR_WS_IMAGES . zen_get_categories_image($current_category_id), zen_get_categories_name($current_category_id) ) ?>
I suppose this one would work to:
PHP Code:
<?php echo zen_image(DIR_WS_IMAGES . $categories_image, '', CATEGORY_ICON_IMAGE_WIDTH, CATEGORY_ICON_IMAGE_HEIGHT); ?>
Is there another way? also how can I size the image equaly since some are longer in width than height.