You can set the position of the container element as position:absolute and left:-999em (or some big enough number), so it still "displays" so that jcarousel can configure it, but it doesn't appear anywhere on the page.
Then, when you want to display it, just change it to position:static and it will return to where it should be for the page. Or, if you are going to revive it somehow, first call jQuery('#ImgCarouselCon').hide() , then position:static (ideally through the CSS class that does this), then do any animation or something don't want to show her yet.
pib
source share