		$('#slide').cycle({ 
		fx:     'scrollHorz', 
		speed:  'fast', 
		timeout: 0, 
		next:   '#next', 
		prev:   '#prev',
		pager:  '#pager' 
		});
