// Initialize the plugin with no custom options

		$(function() {
			$("div#makeMeScrollable").smoothDivScroll({autoScroll: "onstart",  autoScrollDirection: "endlessloopright", autoScrollStep: 1, autoScrollInterval: 15, startAtElementId: "startAtMe", visibleHotSpots: ""});
			
		});
