/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'http://www.politik.md/includes/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'rounded-white';
hs.dimmingOpacity = 0.75;
hs.blockRightClick = true;
hs.captionEval = 'this.a.title';
hs.headingEval = 'this.thumb.title';
hs.align = 'center';

//hs.useBox = true;
//hs.width = 640;
//hs.height = 480;



// Add the slideshow controller
hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	autoplay:true,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-10',
		hideOnMouseOut: true
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'viewport'
	}

});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	numberPosition: 'heading',
	transitions: ['expand', 'crossfade']
};

