$(document).ready(function() {

	$('#slideshow-img').cycle({ 
	    fx:    'fade', 
	    speed:  2500 
	 });

});
