		$(function() {
			$(".slide").jCarouselLite({
				btnNext: ".next",
				btnPrev: ".prew",
				circular: false
			});
		});

