﻿$(document).ready(function(){
      
        $("#featureCarousel").featureCarousel({
                    startingFeature: 3,
                    topPadding: 10,
                    sidePadding: 20,
                    smallFeatureOffset: 30

        });
        
        /*
        $("#waterwheelCarousel").waterwheelCarousel("horizontal",{
            startingItem: 3,
            startingItemSeparation: 25,
            itemSeparationFactor: .4,
            startingWaveSeparation: 3
        });
        */
});        

