	
	//Opšta podešavanja
	hs.graphicsDir = 'highslide/graphics/';
	hs.dimmingOpacity = 0.75;
	hs.outlineType = 'rounded-white';
	hs.align = 'center';


	var slikaOpcije = {
		transitions: ['expand', 'crossfade'],
	};

	
	var galerijskeOpcije = {
		slideshowGroup: 1,
		transitions: ['expand', 'crossfade'],
	};


	hs.addSlideshow({
		slideshowGroup: 1,
		interval: 5000,
		repeat: true,
		useControls: true,
		fixedControls: 'true',
			overlayOptions: {
				opacity: .75,
				position: 'bottom center',
				hideOnMouseOut: true}
	});