$(function(){
			$.fn.supersized.options = {  
				startwidth: 1200,  
				startheight: 900,
				vertical_center: 1,
				slideshow: 1,
				navigation: 0,
				thumbnail_navigation: 0,
				transition: 1, //0-None, 1-Fade, 2-slide top, 3-slide right, 4-slide bottom, 5-slide left
				pause_hover: 0,
				slide_counter: 0,
				slide_captions: 0,
				slide_interval: 7000,
				slides : [
					{image : '/img/foto7.jpg' },
					{image : '/img/foto2.jpg' },
                    {image : '/img/foto3.jpg' },
                    {image : '/img/foto4.jpg' },
                    {image : '/img/foto5.jpg' },
                    {image : '/img/foto6.jpg' },
					{image : '/img/foto1.jpg' }
				]
			};
	        $('#supersized').supersized(); 
	    });
