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

hs.cacheAjax = false;
hs.preserveContent = false;

hs.graphicsDir = 'fileadmin/templates/scripts/highslide/graphics/';
hs.creditsPosition = 'bottom left';
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.5;
hs.captionEval = 'this.a.title';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'glossy-dark';
hs.wrapperClassName = 'dark';
hs.fadeInOut = true;
hs.showCredits = false;

  if (hs.addSlideshow) hs.addSlideshow({
	interval: 5000,
	repeat: false,
	useControls: false,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .6,
		position: 'top center',
		hideOnMouseOut: true
	}
  });

// Texto em português do Brasil (pt_BR): 
hs.lang = {
   loadingText :     'Carregando...',
   loadingTitle :    'Clique para cancelar',
   focusTitle :      'Clique para trazer para frente',
   fullExpandTitle : 'Expandir ao tamanho real',
   fullExpandText :  'Tamanho máximo',
   creditsText :     'Powered by <i>Highslide JS</i>',
   creditsTitle :    'Ir à página do Highslide JS',
   previousText :    'Anterior',
   previousTitle :   'Anterior (seta para esquerda)',
   nextText :        'Próximo',
   nextTitle :       'Próximo (seta para direita)',
   moveTitle :       'Mover',
   moveText :        'Mover',
   closeText :       'Fechar',
   closeTitle :      'Fechar (esc)',
   resizeTitle :     'Redimensionar',
   playText :        'Tocar',
   playTitle :       'Rodar slideshow (barra de espaços)',
   pauseText :       'Pausar',
   pauseTitle :      'Pausar slideshow (barra de espaços)',   
   number :          'Imagem %1 de %2',
   restoreTitle :    'Clique para fechar a imagem, clique e arraste para mover. Use as setas do teclado para próximo e anterior.'
};

hs.Expander.prototype.getCacheBinding = function() { return null; }