$(function() {
	$("div#makeMeScrollable").smoothDivScroll({
		scrollingSpeed: 12, 
		mouseDownSpeedBooster: 3//, 
		//autoScroll: "onstart", 
		//autoScrollDirection: "endlessloop", 
		//autoScrollSpeed: 2, 
		//visibleHotSpots: "onstart", 
		//hotSpotsVisibleTime: 4//, 
		//startAtElementId: "startAtMe"
	});		
});

