$(function() {

	$('#carousel').show();
	
	$('#carousel').cycle({ 
		timeout:	3000,
		pager:  '#pager' 
	});	
});


