$(document).ready(function() {
	$("#cycle").before('<div id="cyclenav">').cycle({
		fx:    'fade',
		timeout: 5000,
		pager:  '#cyclenav'
	});
});