jQuery(document).ready(function() {
	jQuery('#cingimages').cycle({
		fx: 'fade',
		speed: 800,
		timeout: 4000,
		pause: 1
	});
});

