// JavaScript Document

$(document).ready(function() {

    $('.bigfoto')
 .cycle({
    fx:      'fade', 
    speed:    1000, 
    timeout:  10000 ,
 pause:  1,
 next: '.bigfoto',
 
 });
});
