jQuery(function($){
				
				$.supersized({
				
					// Functionality
					slide_interval          :   3000,		// 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		:	900,		// Speed of transition
					image_protect			:	1,										   
					// Components							
					slide_links				:	false,	// Individual links for each slide (Options: false, 'num', 'name', 'blank')
					slides 					:  	[			// Slideshow Images
														{image : 'img/slideshow/9189.jpg', title : '', thumb : '', url : ''},
														{image : 'img/slideshow/6300.jpg', title : '', thumb : '', url : ''},  
														{image : 'img/slideshow/1169.jpg', title : '', thumb : '', url : ''},
														{image : 'img/slideshow/9173.jpg', title : '', thumb : '', url : ''},
														{image : 'img/slideshow/1163.jpg', title : '', thumb : '', url : ''},
														{image : 'img/slideshow/6324.jpg', title : '', thumb : '', url : ''},
														{image : 'img/slideshow/9136.jpg', title : '', thumb : '', url : ''}
												]
					
				});
		    });
