// picture gallery of used cars
	hs.graphicsDir = 'lib/hs/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.7;
	hs.wrapperClassName = 'controls-in-heading';
	hs.captionEval = 'this.thumb.alt';
	hs.numberPosition = 'heading';
	hs.marginBottom = 15 // make room for the thumbstrip and the controls
	hs.showCredits = false;

	// define the restraining box
	hs.useBox = true;
	hs.width = 410;
	hs.height = 350;

	// Add the slideshow providing the controlbar and the thumbstrip
	hs.addSlideshow({
		interval: 4000,
		repeat: false,
		useControls: true,
		fixedControls: false,
		overlayOptions: {
			opacity: 1,
			position: 'top right'
		},
		thumbstrip: {
			position: 'bottom center',
			mode: 'horizontal',
			relativeTo: 'viewport'
		}
	});

