jQuery(function($) {
	
	$('#s1').cycle({
    fx:     'fade',
    speed:  'fast',
    timeout: 0,
    next:   '#next1',
    prev:   '#prev1'

});