new Slideshow({
	container: $('module-slideshow'),
	navigation: $('module-slideshow-navigation'),
	linkTarget: $('module-slideshow-link'),
	linkContainer: null,
	linkProperty: 'alt',
	linkSize: 0,
	linkWidth: 0,
	switcher: 'img',
	effect: Fx.Transitions.Sine.easeIn,
	transition: 750,
	duration: 8000
});
