// JavaScript Document

		$(function(){
			$.fn.supersized.options = {  
				startwidth: 4,  
				startheight: 3,
				vertical_center: 1,
				slideshow: 1,
				navigation: 0,
				thumbnail_navigation: 0,
				transition: 0, //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: 5000,
				slides : [
				    {image : 'images/porteC.jpg', title : 'accueil au jardin'},
					{image : 'images/directoireC.jpg', title : 'Le Grand Monarque'}, 
					{image : 'images/jardinC.jpg', title : 'restaurant terrasse'},
					{image : 'images/bar_fleurC.jpg', title : 'accueil bar'}
				]
			};
	        $('#supersized').supersized(); 
	    });
