$(function() {
		$("div#makeMeScrollable").smoothDivScroll({ autoScroll: "onstart", autoScrollDirection: "backandforth", autoScrollStep: 0, autoScrollInterval: 15, startAtElementId: "8"});
                $("div#makeMeScrollable").smoothDivScroll("moveToElement", "number", 3);
	});
