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

