$(document).ready(function(){
	initSlideshow();
});

function initSlideshow() {
	$('#foto').cycle({
		fx:     'fade',
		timeout: 4500,
		speed:	 1500,
	});
}
