
			function addSlideTips() {
		
					new Tip('list0', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Bruern Lawn'});
					new Tip('list1', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Aintree Sideboard'});
					new Tip('list2', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Weir House'});
					new Tip('list3', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Four Poster'});
					new Tip('list4', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Front Garden'});
					new Tip('list5', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Weir House'});
					new Tip('list6', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Green Bedroom'});
					new Tip('list7', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Weir House'});
					new Tip('list8', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Niagra Tap'});
					new Tip('list9', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Rocking Horse'});
					new Tip('list10', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Terrace'});
					new Tip('list11', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Toile de Jouy'});
					new Tip('list12', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Aintree Bedroom'});
					new Tip('list13', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Wisteria Tunnel'});
					new Tip('list14', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Artist'});
					new Tip('list15', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Batman'});
					new Tip('list16', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Bibury'});
					new Tip('list17', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Aintree Bathroom'});
					new Tip('list18', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Aintree'});
					new Tip('list19', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'High Street'});
					new Tip('list20', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Bookers Master'});
					new Tip('list21', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Summer House'});
					new Tip('list22', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Car Collection'});
					new Tip('list23', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Cope Library'});
					new Tip('list24', 'Click for gallery', {style: 'holidaychateau', hideAfter: 2, stem: 'topLeft', title: 'Bruern in Winter'});
			new Tip('horizontal_previous_button', 'Click to scroll left', {style: 'holidaychateau', stem: 'leftMiddle', hideAfter: 2, hook: { tip: 'topLeft', mouse: false }, offset: { x: 38, y: 75 }}); 
						
			new Tip('horizontal_next_button', 'Click to scroll right', {style: 'holidaychateau', stem: 'rightMiddle', hideAfter: 2, hook: { tip: 'topRight', mouse: false }, offset: { x: 10, y: 75}});
		}
		
		Event.observe(window,"load",runCarousel);
		Event.observe(window,"load",addSlideTips);

		document.observe('lightview:opened', function(event) {
			if ( $('availabilityCalendar') ) {
				$('availabilityCalendar').hide();
			}
		});
					
		document.observe('lightview:hidden', function(event) {
			if ( $('availabilityCalendar') ) {
				$('availabilityCalendar').show();
			}
		});
		