$(document).ready(function() {
$('#photo-cycle').cycle({
fx: 'fade',
timeout: 5500
});
});
