/*
    This file is part of JonDesign's SmoothGallery v2.0.
*/


function startGallery() {
	var myGallery = new gallery($('myGallery'), {
	timed: true,
	showArrows: false,
	showCarousel: false,
	showInfopane: false,
	embedLinks: false,
	defaultTransition: "fadeslideleft"
	//defaultTransition: "continuoushorizontal"
	});
}
window.addEvent('domready',startGallery);
