$(function(){
	$('.slideshow')
	.after('<div class="pager">')
	.cycle({
		timeout: 7 * 1000,
		pager: 'div.pager'
	});
});
