// JavaScript Document

$(function() {
		$("div#makeMeScrollable").smoothDivScroll({ 
		autoScroll: "onstart", 
		//autoScrollDirection: "right", 
		autoScrollDirection: "endlessloopright",
		autoScrollStep: 1, 
		autoScrollInterval: 15, 
		scrollStep: 2,
		startAtElementId: "scrollerbox1", 
		visibleHotSpots: "always"});
	});
