//SLIDESHOW CONFIG
$(function() {
$('#scroll').cycle({ 
    fx:     'fade', 
    speed:  1000, 
    next:   '#scroll'
});
});