$(document).ready(function() {
  /*$('.clientLogoClass').each(function(index, element){
    var imgWidth = $(element).css("width");
    $(element).css('width',imgWidth);
  });*/
  $("#clients #carouselInside").show();
  setTimeout(function(){
    $('#clients ul').jcarousel({
      auto: 0,
      scroll: 1,
      wrap: 'circular'
    });
  },800);  
  
  
});


