/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'http://www.correiodopovo.com.br/Imagens/graphics/';
hs.showCredits = false;
hs.wrapperClassName = 'wide-border';
hs.align = 'center';
hs.dimmingOpacity = 0.6;
hs.outlineType = 'custom';
hs.captionEval = 'this.a.rel';
hs.enableKeyListener = false;

// 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',
	creditsText: 'Criado com Highslide JS',
	creditsTitle: 'Ir à página do Highslide JS',
	previousText: 'Anterior',
	nextText: 'Próxima',
	moveText: 'Mover',
	closeText: 'Fechar',
	closeTitle: 'Fechar',
	resizeTitle: 'Redimensionar',
	playText: 'Reproduzir',
	playTitle: 'Reproduzir apresentação',
	pauseText: 'Pausar',
	pauseTitle: 'Pausar apresentação',
	previousTitle: 'Anterior',
	nextTitle: 'Próxima',
	moveTitle: 'Mover',
	fullExpandText: 'Tamanho máximo',
	number: 'Fotografia %1 de %2',
	restoreTitle: 'Clique para fechar.'
};
