/**
*	Site-specific configuration settings for Highslide JS
*/

hs.graphicsDir = 'http://www.terra.hu/hs/graphics/';
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.75;
hs.fadeInOut = true;
hs.align = 'center';
hs.marginBottom = 135;
hs.allowMultipleInstances = false;
hs.captionEval = 'this.a.title';
hs.showCredits = false;
hs.transitions = ['expand', 'crossfade'];

// Language strings
hs.lang = {
   cssDirection:     'ltr',
   loadingText :     'Betöltés...',
   loadingTitle :    'Katt a bezáráshoz',
   focusTitle :      '',
   fullExpandTitle : 'Eredeti méret',
   fullExpandText :  '1:1',
   creditsText :     'Powered by <i>TERRA</i>',
   creditsTitle :    '',
   previousText :    'Előző',
   previousTitle :   'Előző (Balra nyíl)',
   nextText :        'Következő',
   nextTitle :       'Következő (jobbra nyíl)',
   moveTitle :       'Mozgatás',
   moveText :        'Mozgatás',
   closeText :       'Bezár',
   closeTitle :      'Bezár (Esc)',
   resizeTitle :     '',
   playText :        'Lejátszás',
   playTitle :       'Diasorozat lejátszása (space)',
   pauseText :       'Állj',
   pauseTitle :      'Állj (space)',
   number :          '%1/%2',
   restoreTitle :    ''
};

// Add the slideshow controller
hs.addSlideshow({
//slideshowGroup: '1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'text-controls',
		opacity: '1',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-100',
		relativeTo: 'viewport',
		hideOnMouseOut: false
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'viewport'
	}

});

