// JavaScript Document
// Custom Highslide 


hs.graphicsDir = 'js/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.showCredits = false;
hs.wrapperClassName = 'draggable-header';
hs.dimmingOpacity = 0.6;
hs.outlineType = 'outer-glow';
hs.captionEval = 'this.thumb.alt';
hs.marginBottom = 105 // make room for the thumbstrip and the controls
//hs.numberPosition = 'caption';
hs.lang = {
	loadingText : 'Carregando...',
	loadingTitle : 'Cancelar',
	focusTitle : 'Clique para sobrepor',
	fullExpandTitle : 'Expandir para tamanho real (f)',
	creditsText : 'Powered by <i>Highslide JS</i>',
	creditsTitle : 'Go to the Highslide JS homepage',
	previousText : 'Anterior',
	nextText : 'Próximo', 
	moveText : 'Mover',
	closeText : 'Fechar', 
	closeTitle : 'Fechar (esc)', 
	resizeTitle : 'Redimensionar',
	playText : 'Slideshow',
	playTitle : 'Exibir slideshow (spacebar)',
	pauseText : 'Pausar',
	pauseTitle : 'Pausar slideshow (spacebar)',
	previousTitle : 'Anterior (seta esq.)',
	nextTitle : 'Próximo (seta dir.)',
	moveTitle : 'Mover',
	fullExpandText : '1:1',
	number: 'Imagem %1 de %2',
	restoreTitle : 'Clique para fechar, arraste para mover. Use as setas para avançar e retroceder'};


// Add the slideshow providing the controlbar and the thumbstrip
hs.addSlideshow({
	slideshowGroup: ['Hlins', 'Hbarr', 'Htatu', 'Clipping'],
	interval: 5000,
	repeat: false,
	useControls: true,
	overlayOptions: {
		className: 'text-controls',
		position: 'bottom center',
		relativeTo: 'viewport',
		offsetY: -60
		},
	thumbstrip: {
		position: 'bottom center',
		mode: 'horizontal',
		relativeTo: 'viewport'
	}
});