	hs.creditsText = '';
	hs.creditsHref = '';
	hs.creditsTitle = '';
	hs.graphicsDir = DIR_JAVASCRIPT + 'highslide/graphics/';
	hs.align = 'center';
	hs.outlineWhileAnimating = false;
	hs.allowMultipleInstances  = false;
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.5;
	hs.outlineType = 'rounded-white';
	hs.allowMultipleInstances = true;
	hs.addSlideshow({
		slideshowGroup: 'product_page',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: true,
		overlayOptions: {
			opacity: .6,
			position: 'top center',
			hideOnMouseOut: true
		}
	});

	// Optional: a crossfade transition looks good with the slideshow
	hs.transitions = ['expand', 'crossfade'];