
jQuery.noConflict();

jQuery(document).ready(function(){
	
	jQuery('.jquery-cycle').cycle({
		fx: 'fade',
		timeout: 10000,
		speed: 3000,
		delay: -3000
	});
	
});