$(document).ready(function() {
			$("div#makeMeScrollable").smoothDivScroll({
				scrollingSpeed: 5, 
				mouseDownSpeedBooster: 3, 
			});
});



