var ISConf = 
{
	// you may remove anything below if you'd like to keep the file size down -- in which case the default values will be used

	order : new Array
	(
		"viewport",
		"numbers",
		"prevnext"
		
	),

	usePreloader : true,

	useLoadingImage : true,

	loadingImageSrc : "loading.gif",

	clickImageForNext : true,

	defaultTooltip : "click for next.",
	
	showThumbnails : false,
	
	thumbnailSuffix : "",
	
	thumbnailWidth : "32px",

	thumbnailHeight : "32px",
	
	countFrom : 0,

	elementsPerPage : 1,
	


	// Advanced options:

	useOnLoad : false
};