(function($) {
    $(document).ready(function(){
		
		 jQuery.noConflict();  
 
 $('#s3').cycle({

    fx:     'fade',

    speed:   500,

    timeout: 4000,

    next:   '#s3',

    pause:   1

});

$('#s4').cycle({

    fx:     'fade',

    speed:   500,

    timeout: 4000,

    next:   '#s3',

    pause:   1

});


        // your code here.
    })
})(jQuery);
