$(document).ready(function() {	
	$('#scroll').cycle({ 
    fx:    'fade', 
    speed:  5000 
 	});
});
