$(document).ready(function() {
$('.slideshow').cycle({ 
	fx:    'fade', 
	speed:  4500 ,
	timeout:  3500 , 
	pause: 1
	});
});



