jQuery(function($) {

	$('.slideshow').cycle({ 
		timeout:  5000,
		slideExpr: 'img'
	}); 

});
