$(document).ready(function() {
    $('#slideshow').cycle({
		fx: 'fade',
                speed: 2500
	});
    $('#slideshow-content-area').cycle({
        fx: 'fade',
                speed: 2500
    });


});
