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"
	),

	usePreloader : true,

	useLoadingImage : false,

	loadingImageSrc : "loading.gif",

	clickImageForNext : false,

	defaultTooltip : "",

	countFrom : 0,

	elementsPerPage : 2,


	// Advanced options:

	delayExecution : 30,

	useOnLoad : false
};