$(function() {
	$('.carousel').cycle({ 
		fx:    'scrollHorz',
		speed:	500,
		timeout: 5000,
		next:   '#next',
		prev:   '#previous'
	});
	
});
