var scroll = new SCROLL(
	document.getElementById('scrollercontent'),
	{
	'time':   30,
	'width':  523,
	'height': 390
	}
);