$(document).ready(function() {
$("#photos").cycle({
fx:    'shuffle',
shuffle: {
top:  -30,
left:  230
},
delay: -4000
});
});

