hs.showCredits = false;	
	hs.graphicsDir = 'graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
	hs.headingEval = 'this.a.title';
	hs.wrapperClassName = 'borderless';	
	hs.restoreTitle = "Click pentru a inchide preview-ul. Apasati pe sageti pentru navigare.";	
//	hs.dimmingOpacity = 0.55;
	

// Adaugare bara de control
hs.addSlideshow({
		slideshowGroup: 'grup1',
		interval: 3000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: .75,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	}); 
	
hs.addSlideshow({
		slideshowGroup: 'gal',
		interval: 3000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: .75,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	}); 	