$(document).ready(function()
{
	$('.scrollable').jScrollPane({animateTo:true, showArrows:true, scrollbarWidth:11});

});
