jQuery.noConflict();

jQuery(document).ready(function() { 
	jQuery('.slideshow').cycle({ 
		fx:              'fade',
		timeout:	        4000,
		speed:		        3000,  
		randomizeEffects: false, 
		easing:          'easeInBack' // easing supported via the easing plugin 
	}); 
});           