	jQuery(function($){
				
				$.supersized({
				
					// Functionality
					slideshow               :   1,			// Slideshow on/off
					autoplay				:	1,			// Slideshow starts playing automatically
					start_slide             :   1,			// Start slide (0 is random)
					stop_loop				:	0,			// Pauses slideshow on last slide
					random					: 	0,			// Randomize slide order (Ignores start slide)
					slide_interval          :   8000,		// Length between transitions
					transition              :   6, 			// 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
					new_window				:	1,			// Image links open in new window/tab
					pause_hover             :   0,			// Pause slideshow on hover
					keyboard_nav            :   1,			// Keyboard navigation on/off
					performance				:	1,			// 0-Normal, 1-Hybrid speed/quality, 2-Optimizes image quality, 3-Optimizes transition speed // (Only works for Firefox/IE, not Webkit)
					image_protect			:	1,			// Disables image dragging and right click with Javascript
															   
					// Size & Position						   
					min_width		        :   0,			// Min width allowed (in pixels)
					min_height		        :   0,			// Min height allowed (in pixels)
					vertical_center         :   1,			// Vertically center background
					horizontal_center       :   1,			// Horizontally center background
					fit_always				:	0,			// Image will never exceed browser width or height (Ignores min. dimensions)
					fit_portrait         	:   1,			// Portrait images will not exceed browser height
					fit_landscape			:   0,			// Landscape images will not exceed browser width
															   
					// Components							
					slide_links				:	'blank',	// Individual links for each slide (Options: false, 'num', 'name', 'blank')
					thumb_links				:	1,			// Individual thumb links for each slide
					thumbnail_navigation    :   0,			// Thumbnail navigation
					slides 					:  	[			// Slideshow Images

{image : '/img/slideshow/1.jpg', title : 'Fotografie op lokatie voor <a href="http://www.rummeny.com/" target="_blank">Rummeny</a>', thumb : '/img/slideshow/1_thumb.jpg', url : ''},
{image : '/img/slideshow/2.jpg', title : 'Interieurfotografie voor <a href="http://www.morethanliving.nl/" target="_blank">More Than Living</a>', thumb : '/img/slideshow/2_thumb.jpg', url : ''},
{image : '/img/slideshow/3.jpg', title : 'Architectuurfotografie voor <a href="http://www.zueblin.de/" target="_blank">Z&uuml;blin</a> ', thumb : '/img/slideshow/3_thumb.jpg', url : ''},
{image : '/img/slideshow/4.jpg', title : 'Eigen werk', thumb : '/img/slideshow/4_thumb.jpg', url : ''},
{image : '/img/slideshow/5.jpg', title : 'Eigen werk', thumb : '/img/slideshow/5_thumb.jpg', url : ''},
{image : '/img/slideshow/15.jpg', title : 'Accessoires Hugo Boss iov <a href="http://www.synthem.com/" target="_blank">TLF/Synthem</a>', thumb : '/img/slideshow/15_thumb.jpg', url : ''},
{image : '/img/slideshow/7.jpg', title : 'Reportagefotografie voor <a href="http://www.simac.com/nl/ict/default.aspx" target="_blank">Simac</a> iov <a href="http://www.eventz.nl/" target="_blank">Eventz</a>', thumb : '/img/slideshow/7_thumb.jpg', url : ''},
{image : '/img/slideshow/8.jpg', title : 'Studiofotografie voor <a href="HTTP://www.meneba.nl" target="_blank">Meneba</a> iov <a href="http://www.beforethehype.com/" target="_blank">Before The Hype</a>', thumb : '/img/slideshow/8_thumb.jpg', url : ''},
{image : '/img/slideshow/9.jpg', title : 'Reportagefotografie voor <a href="http://www.hoogvliet.com/" target="_blank">Hoogvliet Supermarkten</a> iov <a href="http://www.eventz.nl/" target="_blank">Eventz</a>', thumb : '/img/slideshow/9_thumb.jpg', url : ''},
{image : '/img/slideshow/10.jpg', title : 'Productfotografie voor <a href="http://nl.oilvinegar.com/" target="_blank">Oil &amp; Vinegar</a>', thumb : '/img/slideshow/10_thumb.jpg', url : ''},
{image : '/img/slideshow/11.jpg', title : 'Foodphotography voor <a href="http://www.schapendonkdutchbakery.nl/" target="_blank">Dutch Bakery</a>', thumb : '/img/slideshow/11_thumb.jpg', url : ''},
{image : '/img/slideshow/12.jpg', title : 'Productfotografie voor <a href="http://www.xsensible.com/" target="_blank">Xsensible</a>', thumb : '/img/slideshow/12_thumb.jpg', url : ''},
{image : '/img/slideshow/13.jpg', title : 'Studiofotografie voor de <a href="http://www.selldelangstraat.nl" target="_blank">SeLL</a>', thumb : '/img/slideshow/13_thumb.jpg', url : ''},
{image : '/img/slideshow/14.jpg', title : 'Productfotografie voor <a href="http://www.brunovo.nl/" target="_blank">Brunovo</a>', thumb : '/img/slideshow/14_thumb.jpg', url : ''}
] }); });
