/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.75;
hs.fadeInOut = true;
hs.align = 'center';
hs.marginBottom = 70;
hs.marginLeft = 100;
hs.captionEval = 'this.a.title';
hs.creditsHref = '';
hs.captionOverlay.position = 'below';
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Inchide"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});



// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'text-controls',
		opacity: '1',
		position: 'bottom center',
		offsetX: '50',
		offsetY: '-10',
		relativeTo: 'viewport',
		hideOnMouseOut: false
	},
	thumbstrip: {
		mode: 'vertical',
		position: 'middle left',
		relativeTo: 'viewport'
	}

});

// Romanian language strings
hs.lang = {
	cssDirection: 'ltr',
	loadingText: 'Incarca...',
	loadingTitle: 'Apasa pentru a anula',
	focusTitle: 'Apasa pentru a aduce in fata',
	fullExpandTitle: 'Mareste la marimea natura',
	creditsText: 'lacazare.ro',
	creditsTitle: 'lacazare.ro',
	previousText: 'Inapoi',
	nextText: 'Inainte',
	moveText: 'Muta',
	closeText: 'Inchide',
	closeTitle: 'Inchide (esc)',
	resizeTitle: 'Redimensioneaza',
	playText: 'Porneste',
	playTitle: 'Porneste prezentarea (bara de spatiu)',
	pauseText: 'Opreste',
	pauseTitle: 'Opreste prezentarea (bara de spatiu)',
	previousTitle: 'Inapoi (sageata din stanga)',
	nextTitle: 'Inainte (sageata din dreapta)',
	moveTitle: 'Muta',
	fullExpandText: 'Marimea naturala',
	number: 'Image %1 of %2',
	restoreTitle: 'Apasa pentru a inchide imaginea, apasa pentru a muta. Foloseste sagetelele pentru inainte si inapoi.'
};

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	transitions: ['expand', 'crossfade']
};

