hs.marginBottom = 45;
hs.marginTop = 15;
hs.marginLeft = 15;
hs.marginRight = 15;
hs.fadeInOut = false;
hs.dragByHeading = false;
hs.outlineType = 'rounded-white';
hs.lang.loadingTitle = 'Click para Cancelar';
hs.lang.previousTitle = 'Previous (left arrow)';
hs.lang.playTitle = 'Play slideshow (spacebar)';
hs.lang.pauseTitle = 'Pause slideshow (spacebar)';
hs.lang.nextTitle = 'Next (right arrow)';
hs.lang.moveTitle = 'Click and drag to move';
hs.lang.fullExpandTitle = 'Expand to actual size (up arrow)';
hs.lang.closeTitle = 'Close (ESC or Enter)';
hs.lang.previousText = 'Prev';
hs.lang.playText = 'Play';
hs.lang.pauseText = 'Pausa';
hs.lang.nextText = 'Sgte';
hs.lang.fullExpandText = '1:1';
hs.lang.closeText = 'Cerrar';
hs.lang.loadingText = 'Cargando...';
hs.lang.restoreTitle = 'Click para Cerrar';
hs.lang.focusTitle = 'Click to bring to front';
hs.align = 'center';
hs.easingClose = 'easeInQuad';
hs.expandDuration = 250;
hs.restoredDuration = 250;
hs.showCredits= false;
hs.allowSizeReduction = true;
hs.dimmingOpacity = 0.0;
hs.dimmingDuration = 250;
hs.allowMultipleInstances = true;
hs.blockRightClick = false;
hs.flushImgSize = false;
hs.transitions = ['expand', 'crossfade'];
hs.easing = 'easeInBack';
hs.onKeyDown = function(sender, e) {
	if(e.keyCode == 40 || e.keyCode == 70) return false;
	if(e.keyCode == 32) return false;
	if(e.keyCode == 38) return false;
}
hs.addSlideshow({
	interval: 5000,
	repeat: true,
	overlayOptions: {
		opacity: 0.55,
		position: 'top center',
		offsetY: 2,
		offsetX: 0,
		hideOnMouseOut: true
	},
	fixedControls: 'fit',
	useControls: true
});
