$(document).ready(function() {
	$("#large-slide")
	.after('<div id="slideshow-nav">') 
	.cycle({ 
			fx:     'scrollLeft', 
			speed:  '300', 
			timeout: 4000, 
			pager:  '#slideshow-nav' 
	});
});