		$(function() {
			
		// Options for SuperBGImage
		$.fn.superbgimage.options = {
		id: 'bgimage', // id for the containter
		z_index: 0, // z-index for the container
		inlineMode: 0, // 0-resize to browser size, 1-do not resize to browser-size
		showimage: 1, // number of first image to display
		vertical_center: 1, // 0-align top, 1-center vertical
		transition: 0, // 0-none, 1-fade, 2-slide down, 3-slide left, 4-slide top, 5-slide right, 6-blind horizontal, 7-blind vertical, 90-slide right/left, 91-slide top/down
		transitionout: 1, 
		randomtransition: 0,
		showtitle: 0, 
		slideshow: 0 
		}
		
			});
