$(function() {
	$("#whats_new_treadmill").jCarouselLite({
		easing: "swing",
		visible: 5,
		auto: 1000, 
		speed: 2000
	});
	
	$("#whats_new_treadmill li").css('height', '140px');  
});
