/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.75;
hs.fadeInOut = true;
hs.align = 'center';
hs.marginBottom = 105;
hs.allowMultipleInstances = false;


// Add the slideshow controller
hs.addSlideshow({


	slideshowGroup: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51],
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'large-dark',
		opacity: '1',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-60',
		relativeTo: 'viewport',
		hideOnMouseOut: false
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'viewport'
	}

});

// Romanian language strings
hs.lang = {
	cssDirection: 'ltr',
	loadingText: 'Incarca...',
	loadingTitle: 'Apasa pentru a anula',
	focusTitle: 'Apasa pentru a aduce in fata',
	fullExpandTitle: 'Mareste la marimea natura',
	creditsText: 'Powerd by <i>Highslide JS</i>',
	creditsTitle: 'Mergi la pagina Highslide',
	previousText: 'Inapoi',
	nextText: 'Inainte',
	moveText: 'Muta',
	closeText: 'Inchide',
	closeTitle: 'Inchide (esc)',
	resizeTitle: 'Redimensioneaza',
	playText: 'Porneste',
	playTitle: 'Porneste prezentarea (bara de spatiu)',
	pauseText: 'Opreste',
	pauseTitle: 'Opreste prezentarea (bara de spatiu)',
	previousTitle: 'Inapoi (sageata din stanga)',
	nextTitle: 'Inainte (sageata din dreapta)',
	moveTitle: 'Muta',
	fullExpandText: 'Marimea naturala',
	number: 'Image %1 of %2',
	restoreTitle: 'Apasa pentru a inchide imaginea, apasa pentru a muta. Foloseste sagetelele pentru inainte si inapoi.'
};

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	numberPosition: 'heading',
	transitions: ['expand', 'crossfade']
};
