$(document).ready(function(){
	$('#imgtop').cycle({
		fx:     'fade',
		speed:   1200,
		timeout: 4000
	});

	$('#slideshow').cycle({
		fx:     'fade',
		speed:   1200,
		timeout: 4000
	});
});

