// 904355fd2514169c6697c8defdcbe91f 

//var image_path = "images/";
//var site_path = "/EZ/lom_intra/index.php/eng";

//hs.graphicsDir = 'images/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.showCredits = false;
hs.dimmingOpacity = 0.5;
hs.dimmingDuration = 100;

// controlbar
if (hs.addSlideshow) hs.addSlideshow({
  slideshowGroup: 'gallery',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: 1,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});
if (hs.addSlideshow) hs.addSlideshow({
  slideshowGroup: 'content',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: 1,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});

var galleryOptions = { slideshowGroup: 'gallery' }
var contentOptions = { slideshowGroup: 'content' }
var ajaxOptions = { objectType: 'ajax', width: '400', cacheAjax: false }

hs.Expander.prototype.onBeforeExpand = function () { Cufon.refresh(); }
