
$(function() { 
	$("div#makeMeScrollable").smoothDivScroll({
    scrollingSpeed: 6, 
    mouseDownSpeedBooster: 3, 
    autoScroll: "",
    visibleHotSpots: "always"});

  /*$('#makeMeScrollable a').click(function(){
     $("#product").attr("src", $(this).attr("href"));
      //$("#product").empty().html('<img src="/images/icons/loading.gif" style="margin: 30px 0 0 300px"/>');
     /*            
      $('<img />')
      .attr('src', $(this).attr("href") )
      .attr('id','product')
      .load(function(){
        $('#product').replaceWith( $(this) ); 
      });
       */
     /*
    return false;
  }); */
	$('#pane').jScrollPane({scrollbarWidth:10, scrollbarMargin:10});
	
});

