$(document).ready(function() {
    $('#agenda').cycle({
		fx: 'scrollLeft' 
	});
});