/**
*	Site-specific configuration settings for Highslide JS 
*/
hs.graphicsDir = 'includes/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'rounded-white';
    hs.dimmingOpacity = 0.4;
    hs.dimmingDuration = 200; 
hs.allowMultipleInstances = false;
hs.blockRightClick = true;
 hs.align = 'center';
 hs.fadeInOut = true;
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Schließen"></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: 3000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	registerOverlay: false,
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '1',
		position: 'bottom center',
		offsetX: '1',
		offsetY: '19',
		hideOnMouseOut: false
	}
});


 