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


