jQuery(document).ready(function() {
    counter = $(".activeSlide").id();
    jQuery('#ehScroller').jcarousel({
        // Configuration goes here
        itemVisible: 4,
        itemScroll: 4,
        itemStart: counter, 
        scrollAnimation: "slow",
        itemWidth: 71,
        wrap: true
    });
   setTimeout("document.getElementById('ehThumbs').style.visibility = 'visible'",750);
   document.getElementById('ehThumbs').style.height = "66px";
});