  $(function() {
	$('#gallery1').crossSlide({
	  sleep: 2,
	  fade: 1
		}, [
		  { src: '/images/gallery/treetops.jpg' },
		  { src: '/images/gallery/duckroom.jpg' },
		  { src: '/images/gallery/leaves.jpg' },
		  { src: '/images/gallery/montessori-1.jpg' },
		  { src: '/images/gallery/shelf.jpg' },
		  { src: '/images/gallery/bluecar.jpg' },
		  { src: '/images/gallery/leaves2.jpg' },
		  { src: '/images/gallery/kitchen.jpg' },
		  { src: '/images/gallery/outdoortoys.jpg' },
		  { src: '/images/gallery/montessori-2.jpg' },
		  { src: '/images/gallery/frogroom.jpg' },
		  { src: '/images/gallery/cars.jpg' },
		  { src: '/images/gallery/trees.jpg' },
		  { src: '/images/gallery/browncar.jpg' }
		])
  });
