$pub->the_thumbnail();
    ?>
		<?php 
    $pub->the_title();
    ?>
		<?php 
    $pub->the_authors();
    ?>
		<?php 
    $pub->the_uri();
    ?>
		<?php 
    $pub->the_summary();
    ?>
	    <?php 
    $pub->the_keywords();
    ?>
		<?php 
    $pub->the_categories();
    ?>
	</div>
<?php 
}
?>
</div>
<?php 
if ($total_pubs > $limit) {
    ?>
<div id="navigation">

	<?php