<!--
$(function() {	$("div#makeMeScrollable").smoothDivScroll({ autoScroll: "onstart",autoScrollDirection: "backandforth",autoScrollStep: 1,autoScrollInterval: 20,visibleHotSpots: "always" });		});
	function scroll_gelb(){$("#makeMeScrollable").smoothDivScroll("moveToElement", "number", 1); $("#makeMeScrollable").smoothDivScroll("stopAutoScroll");	};
	function scroll_gruen(){$("#makeMeScrollable").smoothDivScroll("moveToElement", "number", 5); $("#makeMeScrollable").smoothDivScroll("stopAutoScroll");	};
	function scroll_blau(){$("#makeMeScrollable").smoothDivScroll("moveToElement", "number", 9); $("#makeMeScrollable").smoothDivScroll("stopAutoScroll");	};
	function scroll_rot(){$("#makeMeScrollable").smoothDivScroll("moveToElement", "number", 13); $("#makeMeScrollable").smoothDivScroll("stopAutoScroll");	};
	
	
	function scroll_to(pos){$("#makeMeScrollable").smoothDivScroll("moveToElement", "number", pos); $("#makeMeScrollable").smoothDivScroll("stopAutoScroll");	};
//-->
