$(document).ready(function(){
	$('#content .slideshow').cycle({
    fx:     'fade',
    speed:  2000    
  });
});