$(function() {

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

  // initialize SuperBGImage
  $('#thumbs').superbgimage().hide();

});

