/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = "/highslide/graphics/";
hs.captionEval = "this.thumb.alt";
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'controls-in-heading';
hs.headingEval = '"&nbsp;"';



// Add the controlbar
hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.75',
		position: 'top right',
		hideOnMouseOut: false
	}
});



// gallery config object
var config1 = {
	slideshowGroup: 'fahrzeug1',
	thumbnailId: 'thumb1',
	numberPosition: 'heading',
	transitions: ['expand', 'crossfade']
};
