sto avendo problemi con jScrollPane

codice:
<link href="style/jquery.jscrollpane.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="/awelco/js/jquery.mousewheel.js"></script>
<script type="text/javascript" src="/awelco/js/jquery.jscrollpane.min.js"></script>
<script>
   $(function(){
     $('.jpanell').jScrollPane();
   });
</script>

<body>
<div class="jpanell" style=" float:left; background:#CCC; width:300px; height:100px;"><?php echo $RecNews["Text_".$_SESSION["awelco_language"]]; ?></div>
Il problema e che non viene visualizzato nulla.

P.S. i dati dal database sono estratti correttamente.