$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade',
        height: '400',
        width: '600'
	});
});
