
/* ----------------------------------------------------------------------- */

 function startGallery() {
				var myGallery = new gallery(
					$('myGallery'), {
						showArrows: false,
						showCarousel: false,
						timed: true
					}
				);
			}

  window.onDomReady(startGallery);
