jQuery(function($){
				$.supersized({
					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         	:   0,		//Portrait images will not exceed browser height
					fit_landscape			:   0,		//Landscape images will not exceed browser width
					slides					:   [ 		//Background image
												  		{ image : 'http://mindmedia.com.ar/assets/bg/001.jpg' },
												  		{ image : 'http://mindmedia.com.ar/assets/bg/002.jpg' },
												  		{ image : 'http://mindmedia.com.ar/assets/bg/003.jpg' },
														{ image : 'http://mindmedia.com.ar/assets/bg/004.jpg' }

												]					
				});
			});
