 $(document).ready(function(){

      $("#carousel").jCarousel({
          width:350,
          height:140,
          speed : 60,
          //dynamic : 80,
          perspective : 100,
          reflection : 10,
          //reflectionStart : 20,
          //reflectionEnd : 20,
          // overlay : 100,
          //overlayGlobal : 15,
        onPicClick  : function(base, imageBlock, i) {
          showDetails(base,imageBlock, i);
         // console.log(base.image[i]["title"]);
        }
      });

    });


