hs.lang = {
	cssDirection: 'ltr',
	loadingText : 'Cargando...',
	loadingTitle : 'Click para cancelar',
	focusTitle : 'Click para traer al frente',
	fullExpandTitle : 'Expandir a tamaño original (f)',
	creditsText : '',
	creditsTitle : '',
	previousText : 'Anterior',
	nextText : 'Siguiente', 
	moveText : 'Mover',
	closeText : 'Cerrar', 
	closeTitle : 'Cerrar(esc)', 
	resizeTitle : 'Cambiar tamaño',
	playText : 'Play',
	playTitle : 'Reproducir galeria (barra espacio)',
	pauseText : 'Pausa',
	pauseTitle : 'Pausar galeria (barra espacio)',
	previousTitle : 'Anterior (flecha izq)',
	nextTitle : 'Siguiente (flecha der)',
	moveTitle : 'Mover',
	fullExpandText : '1:1',
	number: '%1 / %2',
	restoreTitle : 'Click para cerrar imagen, click y arrastra para mover. Usa las flechas para siguente y anterior.'
};

hs.graphicsDir = '../highslide/graphics/'
hs.expandCursor = 'zoomin.cur' // null disables
hs.restoreCursor = 'zoomout.cur' // null disables
hs.expandDuration = 150 // milliseconds
hs.restoreDuration = 0
hs.numberOfImagesToPreload = 10
hs.outlineWhileAnimating = 0 // 0 = never, 1 = always, 2 = HTML only 
hs.showCredits = false // you can set this to false if you want
hs.dimmingOpacity = 0.5 // Lightbox style dimming background
hs.dimmingDuration = 0 // 0 for instant dimming
//	wrapperClassName : 'highslide-wrapper', // for enhanced css-control

