$(document).ready(function(){
	initSlideshow();				   
});
function initSlideshow() {
	$('#slideshow_foto').cycle({
		fx:     'fade',
		timeout: 1000,
		speed:	 2000
	});
}