﻿$(document).ready(function() {
    $('#bildspel').cycle({
        fx:         'fade', 
        speed:      800,
        timeout:    8000,
        autostop:   1,     // true to end slideshow after X transitions (where X == slide count) 
        autostopCount: 15,
        random:     1 
    });
});

