

$(document).ready(function() {
	$("#featureCarousel").featureCarousel({
		containerWidth:			460,
		containerHeight:		150,
		largeFeatureWidth:		200,
		largeFeatureHeight:		100,
		smallFeatureWidth:		150,
		smallFeatureHeight:		75,
		smallFeatureOffset:		12,
		autoPlay:				1,
		carouselSpeed:			1000,
		topPadding:				10,
		counterStyle:			5
	});
});
