     $j(document).ready(function() {
        $j("#carousel").featureCarousel({
            largeFeatureWidth: 1,
            largeFeatureHeight: 1,
            smallFeatureWidth: 0.6,
            smallFeatureHeight:0.6
          // include options like this:
          // (use quotes only for string values, and no trailing comma after last option)
          // option: value,
          // option: value
        });
      });
