$(document).ready(function(){
	$(".zone_carousel").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 7
	});
});
