$(document).ready(function(){
	$('#showcase').cycle({ 
		fx:    'fade', 
		speed:  2500,
		timeout: 4000,
		pause: 1,
		random: 0
	});
}); 