$(function(){
	
	
	$("#mover").cycle({
		fx: 'scrollLeft', 
		speed:    500, 
		timeout:  3000 
	});


});
