/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '/js/highslide2/graphics/';
hs.showCredits = false;
hs.creditsPosition = 'bottom left';
hs.outlineType = 'custom';
hs.fadeInOut = true;
hs.align = 'center';
hs.useBox = true;
hs.width = 600;
hs.height = 400;
hs.captionEval = 'this.a.title';
hs.captionOverlay.position = 'above';
hs.headingEval = 'this.thumb.title';
hs.headingOverlay.position = 'below';


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: true,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'text-controls',
		opacity: '0.7',
		position: 'top right',
		offsetX: '0',
		offsetY: '-25',
		hideOnMouseOut: false
	},
	thumbstrip: {
		mode: 'vertical',
		position: 'leftpanel',
		relativeTo: 'image'
	}

});

// Portuguese (Brazilian) language strings
hs.lang = {
	cssDirection: 'ltr',
	loadingText: 'Carregando...',
	loadingTitle: 'Clique para cancelar',
	focusTitle: 'Clique para trazer para a frente',
	fullExpandTitle: 'Expandir para tamanho máximo (f)',
	creditsText: 'Criado com Highslide JS',
	creditsTitle: 'Ir à página do Highslide JS',
	previousText: 'Anterior',
	nextText: 'Próxima',
	moveText: 'Mover',
	closeText: 'Fechar',
	closeTitle: 'Fechar (esc)',
	resizeTitle: 'Redimensionar',
	playText: 'Reproduzir',
	playTitle: 'Reproduzir apresentação (barra de espaço)',
	pauseText: 'Pausar',
	pauseTitle: 'Pausar apresentação (barra de espaço)',
	previousTitle: 'Anterior (seta direcional para esquerda)',
	nextTitle: 'Próxima (seta direcional para direita)',
	moveTitle: 'Mover',
	fullExpandText: 'Tamanho máximo',
	number: 'Fotografia %1 de %2',
	restoreTitle: 'Clique para fechar. Clique e arraste para mover. Use as setas direcionais para ir à fotografia anterior ou próxima.'
};

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	thumbnailId: 'gallery-opener',
	numberPosition: 'heading',
	autoplay: true,
	transitions: ['expand', 'crossfade']
};

	// Make all images animate to the one visible thumbnail
	//var miniGalleryOptions1 = {
		//thumbnailId: 'thumb1'
	 	
	//}
