$(document).ready(function() {
		
			$("div#makeMeScrollable").hover(
							function () {
	  										//alert('inside function');
    										$("div#makeMeScrollable").smoothDivScroll("stopAutoScroll");
  										},
							function () {
								$("div#makeMeScrollable").smoothDivScroll("startAutoScroll");
										}
							);
				
							   });
