﻿jQuery(document).ready(function() {

	hs.graphicsDir = 'http://pcstore.bg/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 : 'Previous',
	nextText : 'Next', 
	moveText : 'Move',
	closeText : 'Close', 
	closeTitle : 'Close (esc)', 
	resizeTitle : 'Resize',
	playText : 'Play',
	playTitle : 'Play slideshow (spacebar)',
	pauseText : 'Pause',
	pauseTitle : 'Pause slideshow (spacebar)',
	previousTitle : 'Previous (arrow left)',
	nextTitle : 'Next (arrow right)',
	moveTitle : 'Move',
	fullExpandText : '1:1',
	number: 'Image %1 of %2',
	restoreTitle : 'Click to close image, click and drag to move. Use arrow keys for next and previous.'
};

	
});
