// Animation headerimage

$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade',
		timeout: 3000,
		autostop: 0
		// choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});

