$(document).ready(function() {
	$('.cyclist').cycle({ 
	    speed:   2000,
		timeout: 2000 
	});	
});
