$(document).ready(function(){
	$('.imagecycle').cycle({ 
	    fx:     'fade', 
	    speed:   1000, 
	    timeout: 4000, 
	    next:   '.imagecycle', 
	    pause:   1 
	});
});