/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'http://www.silverhotel.ro/highslide/graphics/';
hs.outlineType = 'custom';
hs.captionEval = 'this.a.title';


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-10',
		hideOnMouseOut: true
	},
	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',
	transitions: ['expand', 'crossfade']
};