jQuery(function(){

jQuery(".gallery").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev"
	});


});
