var op=0.025;


$(document).ready(function() {
   if ($('#cc').length && $('#cc li').length) {
      $('#cc').jCarouselLite({
        auto: 1,
        speed: 500,
        speed2: 200,
        visible: 5,
        opacity: op
      });
      if ($.support.opacity) $(".bg").css({
         'background-color': '#000000',
         'opacity': op
      });
   }
});


