//Begin: Resize Images with Highslide Configuration
hs.graphicsDir = 'http://animealacarta.com/foro/Themes/Dark-f/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'glossy-dark';
hs.wrapperClassName = 'dark';
hs.fadeInOut = true;
hs.showCredits = false;
hs.dimmingOpacity = 0.8;
hs.captionText = 'Anime a la Carta Im&aacute;genes';
hs.lang = {
	cssDirection: 'ltr',
	loadingText : 'Cargando...',
	loadingTitle : 'Click para cancelar...',
	focusTitle : 'click para traer al frente',
	fullExpandTitle : 'Expandir tama&ntilde;o actual(f)',
	previousText : 'Anterior',
	nextText : 'Pr&oacute;xima', 
	moveText : 'Mover',
	closeText : 'Cerrar', 
	closeTitle : 'Cerra (esc)', 
	resizeTitle : 'Redimensionar',
	playText : 'Play',
	playTitle : 'Play slideshow (spacebar)',
	pauseText : 'Pausar',
	pauseTitle : 'Pausar slideshow (spacebar)',
	previousTitle : 'Anterior (flecha izq)',
	nextTitle : 'Pr&oacute;xima (flcha der)',
	moveTitle : 'Mover',
	fullExpandText : '1:1',
	number: 'Image %1 of %2',
	restoreTitle : 'Click para cerrar imagen, click y arrastre para mover. Use el teclado de flechas para ver anterior o pr&oacute;xima.'
}
// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .6,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});

//End: Resize Images with Highslide Configuration
 
