/**
 * @author MURA
 * @copyright insyma AG
 * @projectDescription insyma JavaScript Library Config-File zum Image Module
 * @version 1.0
 */
insymaImgConfig = {
		enableControls: false,
		controlPrevLabel: "« Vorheriges Bild",
		controlNextLabel: "Nächstes Bild »",
		controlPlayLabel: "Abspielen",
		controlPauseLabel: "Pause",
		controlCloseLabel: "Schliessen",
		enableCounter: false,
		countLabel: "Bild",
		countSeperatorLabel: "von",
		loadingImgPath: "../img/layout/loading.gif",
		showImgDuringLoading: true,
		
		showInAlternateImgContainer: true,
		alternateImgContainerID: "imageansicht",		
		showFirstImgOnLoad: true,
		
		// Gibt Inhalts Elementen (IDs) die Höhe des Bildes mit
		// Beispiel: "container(+80); inhaltsverzeichnis(-10)" (die Zahl ist in Pixel anzugeben)
		setImgHeightOnContentElementIDs: "leftcontent(0);wrapper(0)",
		
		enableSlideShow: false,
		showDelay: 3000,
		enableOverlay: false,
		disableScrolling: false,
		setActiveClass: true,
		
		itemCount: 0,
		nextPageLabel:"Nächste Seite »",
		prevPageLabel:"« Vorherige Seite",
		pagingLabel: "Seite",
		pagingSeparatorLabel: "von"
	}
