		// Initialize the plugin with no custom options
		$(window).load(function() {
			$("div#makeMeScrollable").smoothDivScroll({
				autoScroll: "always",
				autoScrollStep: 1,
				autoScrollInterval: 20,
				autoScrollDirection: "endlessloopright",
				visibleHotSpots: ""
			});
		});
