$(document).ready(function(){
	$('#showcase').cycle({ 
  	  fx:    'fade', 
   	 speed:  1500,
	 timeout: 6000
 	});
});
