$(document).ready(function() {
    $('#photo-rotate p').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speed:  2000,
        timeout: 4000

	});
});

