$(function() {
// Options for SuperBGImage
    $.fn.superbgimage.options = {
        randomtransition: 1, // 0-none, 1-use random transition (0-7)
        slideshow: 1, // 0-none, 1-autostart slideshow
        slide_interval: 3000, // interval for the slideshow
        randomimage: 1, // 0-none, 1-random image
        speed: 'slow' // animation speed
    };
 
    // initialize SuperBGImage
    $('#thumbs').superbgimage().hide();
 
});

