$(function() {
	$("div#makeMeScrollable1").smoothDivScroll({
		scrollingSpeed: 1, 
		mouseDownSpeedBooster: 5, 
		autoScroll: "onstart", 
		autoScrollDirection: "backandforth", 
		autoScrollSpeed: 1,
		visibleHotSpots: "onstart", 
		hotSpotsVisibleTime: 5, 
		startAtElementId: "startAtMe1"
	});
});

$(function() {
	$("div#makeMeScrollable2").smoothDivScroll({
		scrollingSpeed: 1, 
		mouseDownSpeedBooster: 5, 
		autoScroll: "onstart", 
		autoScrollDirection: "backandforth", 
		autoScrollSpeed: 1,
		visibleHotSpots: "onstart", 
		hotSpotsVisibleTime: 5, 
		startAtElementId: "startAtMe2"
	});
});

$(function() {
	$("div#makeMeScrollable3").smoothDivScroll({
		scrollingSpeed: 1, 
		mouseDownSpeedBooster: 5, 
		autoScroll: "onstart", 
		autoScrollDirection: "backandforth", 
		autoScrollSpeed: 1,
		visibleHotSpots: "onstart", 
		hotSpotsVisibleTime: 5, 
		startAtElementId: "startAtMe3"
	});
});

$(function() {
	$("div#makeMeScrollable4").smoothDivScroll({
		scrollingSpeed: 1, 
		mouseDownSpeedBooster: 5, 
		autoScroll: "onstart", 
		autoScrollDirection: "backandforth", 
		autoScrollSpeed: 1,
		visibleHotSpots: "onstart", 
		hotSpotsVisibleTime: 5, 
		startAtElementId: "startAtMe4"
	});
});