jQuery(document).ready(function() {
	jQuery(".carousel").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		scroll: 3,
		visible: 3,
		circular: true
	}); 
}); 
