//DR CLAIRE JS

$(document).ready(function(){
   $('#content-text').jScrollPane({ showArrows:true });
  });

$(function() {
   $('a.lightbox').lightBox();
});
