$(function(){
			$.fn.supersized.options = {  
				startwidth: 640,  
				startheight: 480,
				vertical_center: 1,
				slideshow: 1,
				navigation: 1,
				thumbnail_navigation: 1,
				transition: 1, //0-None, 1-Fade, 2-slide top, 3-slide right, 4-slide bottom, 5-slide left
				pause_hover: 0,
				slide_counter: 1,
				slide_captions: 1,
				slide_interval: 4000,
				slides : [
					
					
					{image : 'http://www.xelha.com//images/slidehome/panoramica_xelha_1.jpg', title : 'The biggest natural aquatic park in the world'},
					{image : 'http://www.xelha.com//images/slidehome/snorkel_12.jpg', title : 'Dive into a colourful aquatic world'},
					{image : 'http://www.xelha.com//images/slidehome/fly_12.jpg', title :'Dare to fly in Xel-Há s inlet' },
					{image : 'http://www.xelha.com//images/slidehome/relax_12.jpg', title : 'Relax admiring the beautiful views of the Mexican Caribbean'},
					{image : 'http://www.xelha.com//images/slidehome/discover_12.jpg', title : 'Discover the rhythm of the jungle'},
					{image : 'http://www.xelha.com//images/slidehome/enjoy_12.jpg', title : 'Xpa, welfare, nature and harmony'},
					{image : 'http://www.xelha.com//images/slidehome/tulum_12.jpg', title : 'The charm of two worlds in one tour'}
					
					]
			};
	        $('#supersized').supersized(); 
	    });
