/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.3;
hs.fadeInOut = false;
hs.align = 'center';
hs.captionEval = 'this.a.title';
hs.captionOverlay.position = 'bottom left';



// Add the slideshow controller
hs.addSlideshow({
//	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.85',
		position: 'top center',
		offsetX: '0',
		offsetY: '0',
		hideOnMouseOut: false
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'below',
		relativeTo: 'image'
	}

});

// German language strings
hs.lang = {
	cssDirection: 'ltr',
	loadingText: 'Lade...',
	loadingTitle: 'Klick zum Abbrechen',
	focusTitle: 'Klick um nach vorn zu bringen',
	fullExpandTitle: 'Zur Originalgröße erweitern',
	creditsText: 'Powered by <i>Highslide JS</i>',
	creditsTitle: 'Gehe zur Highslide JS Homepage',
	previousText: 'Voriges',
	nextText: 'Nächstes',
	moveText: 'Verschieben',
	closeText: 'Schließen',
	closeTitle: 'Schließen (Esc)',
	resizeTitle: 'Größe wiederherstellen',
	playText: 'Abspielen',
	playTitle: 'Slideshow abspielen (Leertaste)',
	pauseText: 'Pause',
	pauseTitle: 'Pausiere Slideshow (Leertaste)',
	previousTitle: 'Voriges (Pfeiltaste links)',
	nextTitle: 'Nächstes (Pfeiltaste rechts)',
	moveTitle: 'Verschieben',
	fullExpandText: 'Vollbild',
	number: 'Image %1 of %2',
	restoreTitle: 'Klick um das Bild zu schließen, klick und ziehe um zu verschieben. Benutze Pfeiltasten für vor und zurück.'
};


	// Configurations for gallery's
		var config = {
		slideshowGroup: 'group',
		transitions: ['expand', 'crossfade']
	}
	
	
	var config1 = {
		thumbnailId: 'thumb1', 
		slideshowGroup: 'group1',
		transitions: ['expand', 'crossfade']
	}
	
	var config2 = {
		thumbnailId: 'thumb2', 
		slideshowGroup: 'group2',
		transitions: ['expand', 'crossfade']
	}

	var config3 = {
		thumbnailId: 'thumb3', 
		slideshowGroup: 'group3',
		transitions: ['expand', 'crossfade']
	}
	
		var config4 = {
		thumbnailId: 'thumb4', 
		slideshowGroup: 'group4',
		transitions: ['expand', 'crossfade']
	}
	
		var config5 = {
		thumbnailId: 'thumb5', 
		slideshowGroup: 'group5',
		transitions: ['expand', 'crossfade']
	}
	
		var config6 = {
		thumbnailId: 'thumb6', 
		slideshowGroup: 'group6',
		transitions: ['expand', 'crossfade']
	}
	
	var config7 = {
		thumbnailId: 'thumb7', 
		slideshowGroup: 'group7',
		transitions: ['expand', 'crossfade']
	}
	
	var config8 = {
		thumbnailId: 'thumb8', 
		slideshowGroup: 'group8',
		transitions: ['expand', 'crossfade']
	}
	
	var config9 = {
		thumbnailId: 'thumb9', 
		slideshowGroup: 'group9',
		transitions: ['expand', 'crossfade']
	}
	
	var config10 = {
		thumbnailId: 'thumb10', 
		slideshowGroup: 'group10',
		transitions: ['expand', 'crossfade']
	}

