$(document).ready(function() {
    $('div.slideshow').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});

	$('.smoothScroll').smoothScroll();
});
