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

