hs.showCredits = false;
hs.graphicsDir = '/components/com_true/js/highslide/graphics/';
					hs.outlineType = 'rounded-white';
					hs.captionEval = 'this.thumb.alt';
					hs.loadingText = 'Загрузка...';
					hs.registerOverlay(
				    {
				        thumbnailId: null,
				        overlayId: 'controlbar',
				        position: 'top right',
				        hideOnMouseOut: true,
				        opacity: 0.8
				    }
					);
