$(function() {
	$(".carousel").jCarouselLite({
	btnNext: ".next",
	btnPrev: ".prev",
	visible: 6,
	auto: 10000,
	speed: 400
}); 
});