$('#slide').cycle({ fx: 'fade', speed:2000,timeout:2000, random:1 });
$('#s2').cycle({ 
   	fx:     'fade', 
   	speed:  'fast', 
   	timeout: 0, 
   	next:   '#next2', 
   	prev:   '#prev2' 
});