jQuery(document).ready(function($) {
	  
	  $('#slideshow-can').cycle({ 
    fx:    'fade', 
    timeout: 10000 
});
});
