$(document).ready(function() {
	$('#slideshow-content').cycle( {

		fx : 'fade',
		timeout : 4000


	});
});
