   $(function()
   {
     // this initialises the  scollpanes on the page.
     $('.scrollable').jScrollPane({showArrows:true, scrollbarWidth: 17});
	 $('.about_us_text_scroll').jScrollPane({showArrows:true, scrollbarWidth: 17});
	 $('.rave_reviews_text_scroll').jScrollPane({showArrows:true, scrollbarWidth: 17});
   });
