[jQuery] imagebox and jCarouselLite

[jQuery] imagebox and jCarouselLite


can we use imagebox plugin with jCarouselLite plugin . i m trying to
use it but getting wrong count in image box. code is as follow
<div id=pre><button class=prev><<</button></div>
        <div class=carousel><ul>
        <?
for($i=0;$i<$image_count;$i++)
        {
            $rw_Getimages = $rs_Getimages->FetchRow();
            echo "$image_count";
            ?>
            <li>
            <a style="height:100px;" href="<?=$URL_PATH?>/images/gallery/<?=
$rw_Getimages['image_file_path']?>" title="<?
=ucfirst($rw_Getimages['image_title'])?>" rel="imagebox-abc">
            <img src="<?=$URL_PATH; ?>/images/gallery/<?=
$rw_Getimages['image_file_path']; ?>" width="70" height="70"
border="0"></a></li>
            <?PHP
        }
    </ul></div>";
    echo "<div id=nxt><button class=next>>></button></div>