/* <![CDATA[ */
var stoppedmove = false;

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

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

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

});

/* ]]> */

