$(document).ready(function() {
    $('#image_rotation').cycle({
		fx: 'fade',
		speed:   2500, 
    	timeout:  60});
});

