hs.graphicsDir = 'images/highslide';
hs.showCredits = false;
hs.outlineType = null;
hs.dimmingOpacity = 0.8;
hs.fadeInOut = true;
hs.expandDuration = 350;
hs.transitionDuration = 500;
hs.align = 'center';
hs.marginBottom = 105;
hs.captionEval = 'this.a.title';

// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 3000,
	repeat: true,
	useControls: 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: '"Click" pentru a inchide imaginea. Foloseste sagetile directionale dreapta-stanga pentru a derula inainte si inapoi.'
};

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	thumbnailId: 'gallery-opener',
	<!--numberPosition: 'caption',-->
	autoplay: true,
	transitions: ['expand', 'crossfade']

};
