jQuery(document).ready(
		function()
		{
      var scrolls = jQuery('.module-blogs .scroll-pane').jScrollPane({
      	showArrows : false, 
      	scrollbarWidth : 11, 
      	dragMaxHeight : 48, 
      	animateTo : true, 
      	animateInterval : 50, 
      	animateStep : 5
      });
		}
);


