function ScrollInfo() {
	this.totalWidth = 0;
	this.startLeft = 0;
	this.startTop = 0;

	this.draggerTop = 5;
	this.draggerLeft = 0;

	this.topCorrection = 6;
}