$(function() {
    $('#slideshow2').cycle({
        prev:   '#prev',
        next:   '#next',
		delay:  5000
    });
   
    $('#RSS2').cycle({
    fx:    'scrollRight', 
    delay: -1000 
    });
 
});