jQuery.noConflict();
	
jQuery(document).ready(function() {
	jQuery(".cycle").cycle({
		fx: 'fade',
		speed: 1500,
		timeout: 6000
	});
});
