			hs.graphicsDir = './img/hightslide/';
			hs.wrapperClassName = 'wide-border';
			hs.transitions = ['expand', 'crossfade'];
			hs.align = 'center';
			hs.showCredits = false;
			hs.fadeInOut = true;
			hs.dimmingOpacity = 0.60;

			hs.addSlideshow({
				interval: 4000,
				repeat: false,
				useControls: true,
				fixedControls: 'fit',
				overlayOptions: {
					opacity: .75,
					position: 'bottom center',
					hideOnMouseOut: true
				}
			});
