This is HTML code to add next button
<?php if ( is_singular() ) : ?>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#show').after('<div id="show_nav">').cycle({
fx: 'fade',
speed: 500,
next: '#show',
timeout: 0,
pager: '#show_nav'
});
});
</script>
<?php endif; ?>