jQuery(document).ready(function() {
	jQuery('#canterimages').cycle({ 
		fx:     'fade', 
		speed:   1200, 
		timeout: 4000, 
		next:   '#s3', 
		pause:   1 
	});
});
