﻿$(document).ready(function () {

    $('#bildspel').cycle({
        fx: 'scrollHorz',
        speed: 400,
        timeout: 10000,
        autostop: 1,     // true to end slideshow after X transitions (where X == slide count) 
        autostopCount: 20,
        random: 1
    });

    $(".galleribild a").fancybox({
        'transitionIn': 'fade',
        'transitionOut': 'elastic',
        'speedIn': 400,
        'speedOut': 300,
        'titlePosition' : 'inside',
        'overlayShow': false
    });

});
