$(function($) {

	$('div.slideshow').cycle({ 
    	fx:     'fade', 
   	 	timeout: 4000, 
    	delay:  -2000 
	});
	
});
