jQuery(document).ready(function() {

	hs.graphicsDir = '/html/images/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.fadeInOut = true;
	hs.dimmingOpacity = 0.8;
	hs.outlineType = 'rounded-white';
	/* hs.captionEval = 'this.thumb.alt'; */
	hs.marginBottom = 105 // make room for the thumbstrip and the controls
	/* hs.numberPosition = 'caption'; */
	
	// Add the simple close button
	hs.registerOverlay({
		html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
		position: 'top right',
		fade: 2 // fading the semi-transparent overlay looks bad in IE
	});
	
	// Add the slideshow providing the controlbar and the thumbstrip
	hs.addSlideshow({
		slideshowGroup: 'carousel_slider',
		interval: 5000,
		repeat: false,
		useControls: false,
		overlayOptions: {
			className: 'text-controls',
			position: 'bottom center',
			relativeTo: 'viewport',
			offsetY: -60
		},
		thumbstrip: {
			position: 'bottom center',
			mode: 'horizontal',
			relativeTo: 'viewport'
		}
	});
	
	hs.addSlideshow({
		slideshowGroup: 'zoom_in',
		interval: 5000,
		repeat: false,
		useControls: false,
		overlayOptions: {
			className: 'text-controls',
			position: 'bottom center',
			relativeTo: 'viewport',
			offsetY: -60
		}
	});
	
	hs.addSlideshow({
		slideshowGroup: 'big_image_zoom',
		interval: 5000,
		repeat: false,
		useControls: false,
		overlayOptions: {
			className: 'text-controls',
			position: 'bottom center',
			relativeTo: 'viewport',
			offsetY: -60
		}
	});
	
	hs.lang = {
	cssDirection: 'ltr',
	loadingText: 'Зареждане...',
	loadingTitle: 'Натисни за отказ',
	focusTitle: 'Натисни за извеждане отпред',
	fullExpandTitle: 'Разшири до пълен размер (f)',
	creditsText: '',
	creditsTitle: '',
	previousText: 'Предишен',
	nextText: 'Следващ',
	moveText: 'Премести',
	closeText: 'Затвори',
	closeTitle: 'Затвори (esc)',
	resizeTitle: 'Промени размера',
	playText: 'Стартирай',
	playTitle: 'Стартирай галерия (spacebar)',
	pauseText: 'Пауза',
	pauseTitle: 'Пауза на галерия (spacebar)',
	previousTitle: 'Предишен (стрелка наляво)',
	nextTitle: 'Следващ (стрелка надясно)',
	moveTitle: 'Премести',
	fullExpandText: 'Пълен размер',
	number: 'Изображение %1 от %2',
	restoreTitle: 'Натиснете за затваряне на изображението или натиснете и влачете, за да го преместите. Използвате стрелките за следващ и предишен.'
};

	
});

