/**

*   http://fatihtanriverdi.com/ sitesi icinde barinmaktadir.

*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.creditsPosition = 'bottom left';
hs.outlineType = 'custom';
hs.align = 'center';
hs.allowSizeReduction = false;
hs.captionEval = 'this.a.title';
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Kapat"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});


// Turkish language strings
hs.lang = {
	cssDirection: 'ltr',
	loadingText : 'Carregando...',
	loadingTitle : 'Clique para cancelar',
	focusTitle : 'Clique para trazer para a frente',
	fullExpandTitle : 'Expandir o tamanho real (f)',
	creditsText : 'Powered by <i>folha Web</i>',
	creditsTitle : '#',
	previousText : 'Voltar',
	nextText : 'Próximo', 
	moveText : 'Mover',
	closeText : 'Fechar', 
	closeTitle : 'Fechar (esc)', 
	resizeTitle : 'Redimensionar',
	playText : 'Play',
	playTitle : 'Play slideshow (spacebar)',
	pauseText : 'Pause',
	pauseTitle : 'Pause slideshow (spacebar)',
	previousTitle : 'Previous (arrow left)',
	nextTitle : 'Next (arrow right)',
	moveTitle : 'Mover',
	fullExpandText : '1:1',
	restoreTitle : 'Clique para fechar a imagem, clique e arraste para mover. Use as setas para a próxima e anterior.'
};

