jQuery(document).ready(function() {        
    jQuery('#mycarousel').jcarousel({
        start: iSelectedId
    });
});