jQuery(document).ready(function($){
    $('body').supersleight();
   $('#page-content p:first').addClass('first'); 
});