$(document).ready(function () {
    $('#featureCarousel').featureCarousel({
        autoPlay:				1,
        counterStyle:			2,
        topPadding:				0,
        sidePadding:			70,
        smallFeatureHeight:		0,
        smallFeatureOffset:		50,
        carouselSpeed:			1000
    });
});
