hs.graphicsDir = './resources/highslide/graphics/';

hs.showCredits = false;

hs.lang = {
   loadingText : '',
   loadingTitle : '',
   number: ''
};

hs.align = 'center';
hs.blockRightClick = true;
hs.transitions = ['expand', 'crossfade'];
//hs.fadeInOut = true;
hs.wrapperClassName = 'controls-in-heading';
hs.dimmingOpacity = .8;



//	hs.wrapperClassName = 'controls-in-heading';
	hs.fadeInOut = true;
	//hs.dimmingOpacity = 0.75;

	// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: false,
		overlayOptions: {
			opacity: 1,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	});
