hs.showCredits = true;
hs.outlineType = 'drop-shadow';
hs.outlineStartOffset = 3;
hs.outlineWhileAnimating = false;
hs.captionEval = 'this.a.title';
hs.loadingText = 'Cargando...';
hs.loadingTitle = 'Click para cancelar';
hs.loadingOpacity = 0.75;
hs.dimmingOpacity = 0;
hs.padToMinWidth = false;
hs.focusTitle = 'Click para traer al frente';
hs.closeText = 'Cerrar';
hs.closeTitle = 'Click para cerrar';
hs.resizeTitle = 'Resize';
hs.moveText = 'Mover';
hs.nextText = 'Siguiente';
hs.previousText = 'Anterior';
hs.restoreCursor = 'zoomout.cur';
hs.creditsHref = '#';
hs.creditsText = '';
hs.creditsTitle = '';
hs.easing = 'easeInQuad';
hs.easingClose = hs.easing;
hs.fullExpandOpacity = 1.0;
hs.fullExpandTitle = 'Expandir a tamaņo real';
hs.marginTop = 10;
hs.marginBottom = 15;
hs.marginLeft = 10;
hs.marginRight = 15;
hs.minHeight = 200;
hs.minWidth = 200;
hs.numberOfImagesToPreload = 5;
hs.transitions = ['expand'];
hs.objectLoadTime = 'before';
hs.fullExpandPosition = 'bottom right';
hs.align = '';
hs.anchor = '';
hs.allowSizeReduction = true;
hs.fadeInOut = false;
hs.allowMultipleInstances = true;
hs.allowWidthReduction = false;
hs.allowHeigthReduction = true;
hs.blockRightClick = false;
hs.enableKeyListener = true;
hs.cacheAjax = true;
hs.preserveContent = true;
hs.captionSlideSpeed = 1;
hs.spaceForCaption = 30;
hs.dragSensitivity = 5;
hs.dimmingDuration = 50;
hs.expandDuration = 250;
hs.expandSteps = 10;
hs.zIndexCounter = 1001;
hs.restoreTitle = 'Click para cerrar, click y arrastrar para mover. Usar teclas flecha izq. y der. para anterior y siguiente.';
hs.registerOverlay(
{
    thumbnailId: null,
    fade: 1,
    html: hs.replaceLang( '<div class=\"controlbar4\"><a href=\"#\" onclick=\"imf.handle(1);return hs.previous(this)\" title=\"{hs.lang.previousTitle}\" class=\"previous\"></a><a href=\"#\" onclick=\"imf.handle(-1);return hs.next(this)\" title=\"{hs.lang.nextTitle}\" class=\"next\"></a><a href=\"#\" onclick=\"return false\" title=\"{hs.lang.moveTitle}\" class=\"highslide-move\"></a><a href=\"#\" onclick=\"return hs.close(this)\" title=\"{hs.lang.closeTitle}\" class=\"close\"></a></div>' ),
    position: 'top right',
    hideOnMouseOut: true,
    useOnHtml: true
});

