jQuery(function($){
	$.supersized({

	// Functionality
	slide_interval			: 6000,			// Length between transitions
	transition          : 1, 				// 0-None, 1-Fade, 2-Slide Top, 3-Slide Right, 4-Slide Bottom, 5-Slide Left, 6-Carousel Right, 7-Carousel Left
	transition_speed		:	1500,			// Speed of transition
	fit_always					:	1,				// Image will never exceed browser width or height (Ignores min. dimensions)
	fit_landscape				: 1,				// Landscape images will not exceed browser width
	fit_portrait        : 1,				// Portrait images will not exceed browser height  			   
	min_width		        : 0,				// Min width allowed (in pixels)
	min_height		      : 0,				// Min height allowed (in pixels)
	horizontal_center   : 1,				// Horizontally center background
	vertical_center     : 1,				// Vertically center background

	// Components							
	slide_links					:	'blank',	// Individual links for each slide (Options: false, 'number', 'name', 'blank')
	slides 							: [					// Slideshow Images
				{image : '/images/backgrounds/wedding-bg24.jpg', title : 'FOV Photo title 1', url : ''},  
				{image : '/images/backgrounds/wedding-bg09.jpg', title : 'FOV Photo title 2', url : ''},
				{image : '/images/backgrounds/wedding-bg07.jpg', title : 'FOV Photo title 3', url : ''},
				{image : '/images/backgrounds/wedding-bg02.jpg', title : 'FOV Photo title 4', url : ''},
				{image : '/images/backgrounds/wedding-bg20.jpg', title : 'FOV Photo title 5', url : ''},
				{image : '/images/backgrounds/wedding-bg22.jpg', title : 'FOV Photo title 6', url : ''},
				{image : '/images/backgrounds/wedding-bg06.jpg', title : 'FOV Photo title 6', url : ''},
				{image : '/images/backgrounds/wedding-bg05.jpg', title : 'FOV Photo title 6', url : ''},
				{image : '/images/backgrounds/wedding-bg27.jpg', title : 'FOV Photo title 6', url : ''}				
		]
	});
});
