var ISConf = 
{
	order : new Array 
	(
		"viewport","list"
	),
	listType : "thumbnails", 
	clickImageForNext : true,
	tooltip : "Next image",
	prevText : "←",	
	nextText : "→",
	countFrom : 0,
	thumbnailSuffix : "t",
	thumbnailWidth : "",
	thumbnailHeight : "",
	usePreloader : true,
	useLoadingImage : false,
	loadingImageSrc : "",
	elementsPerPage : 1,
	useOnLoad : false
};
