$(function() {
	$.supersized({
		slideshow				:	0,		//Slideshow on/off
		start_slide				:	0,		//Start slide (0 is random) //Requires multiple background images
		vertical_center         :   1,		//Vertically center background
		horizontal_center       :   1,		//Horizontally center background
		min_width		        :   0,		//Min width allowed (in pixels)
		min_height		        :   0,		//Min height allowed (in pixels)
		fit_portrait         	:   1,		//Portrait images will not exceed browser height
		fit_landscape			:   0,		//Landscape images will not exceed browser width
		image_protect			:	1,		//Disables image dragging and right click with Javascript
		slides					:   [ 		//Background image
		{ image : 'images/slides/1.jpg' },
		{ image : 'images/slides/2.jpg' },
		{ image : 'images/slides/3.jpg' },
		{ image : 'images/slides/4.jpg' },
		{ image : 'images/slides/5.jpg' },
		{ image : 'images/slides/6.jpg' },
		{ image : 'images/slides/7.jpg' },
		{ image : 'images/slides/8.jpg' }
									]					
	});
});
