/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.outlineType = 'custom';
hs.easing = 'easeInBack';
hs.easingClose = 'easeOutBack';
hs.outlineWhileAnimating = 0;
hs.blockRightClick = true;
hs.captionEval = 'this.thumb.title';
hs.headingEval = 'this.a.title';
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Cerrar"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});


// es language strings
hs.lang = {
	cssDirection: "ltr",
	loadingText: "Cargando...",
	loadingTitle: "Click para cancelar",
	focusTitle: "Click para traer al frente",
	fullExpandTitle: "Expandir al tamaño actual",
	creditsText: "Potenciado por <i>Highslide JS</i>",
	creditsTitle: "Ir al home de Highslide JS",
	previousText: "Anterior",
	nextText: "Siguiente",
	moveText: "Mover",
	closeText: "Cerrar",
	closeTitle: "Cerrar (esc)",
	resizeTitle: "Redimensionar",
	playText: "Iniciar",
	playTitle: "Iniciar slideshow (barra espacio)",
	pauseText: "Pausar",
	pauseTitle: "Pausar slideshow (barra espacio)",
	previousTitle: "Anterior (flecha izquierda)",
	nextTitle: "Siguiente (flecha derecha)",
	moveTitle: "Mover",
	fullExpandText: "Tamaño real",
	number: "Image %1 of %2",
	restoreTitle: "Click para cerrar la imagen."
}

