hs.graphicsDir = '/scripts/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.easing = 'easeInCirc';
hs.wrapperClassName = 'controls-in-heading';
hs.fadeInOut = true;			
hs.blockRightClick = true;
hs.dimmingOpacity = 0.80;
hs.captionEval = 'this.a.title';
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this);" title="Zavøít"></div>',
	position: 'top right',
	useOnHtml: true,
	hideOnMouseOut: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});

// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 3000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.80',
		position: 'top center',
		offsetX: '0',
		offsetY: '-25',								
		hideOnMouseOut: true
	}
});
