</div><!-- /.single-portfolio-gallery -->
				
				<article <?php 
        post_class();
        ?>
>
	
	
	                <header class="portfolio-header">
	                
		                <h1 class="title"><?php 
        the_title();
        ?>
</h1>
		                <?php 
        woo_portfolio_meta('');
        ?>
		                                	
	                </header>
	                
	                <section class="entry">
	                	<?php 
        the_content();
        ?>
						<?php 
        wp_link_pages(array('before' => '<div class="page-link">' . __('Pages:', 'woothemes'), 'after' => '</div>'));
        ?>
					</section>
	
	            </article><!-- .post -->
	            
            echo '<div id="post-gallery" class="portfolio-img">' . woo_image('return=true&key=portfolio-image&width=' . $post_settings['width'] . '&class=portfolio-img&noheight=true') . '</div><!--/#post-gallery .portfolio-img-->' . "\n";
        }
        ?>
	<div id="post-<?php 
        the_ID();
        ?>
" <?php 
        post_class($css_class);
        ?>
>
		<h2><?php 
        the_title();
        ?>
</h2>
		<?php 
        woo_portfolio_meta();
        ?>
    	<div class="entry">	
    	<?php 
        the_content();
        ?>
		<?php 
        /* Portfolio item extras (testimonial, website button, etc). */
        woo_portfolio_item_extras($post_settings);
        ?>
   		</div><!--/.entry-->
   	</div><!--/#post-->
<?php 
    }
}
?>