jQuery(function(){
	
	$(".gallery").jCarouselLite({
		btnNext: ".gallery a.right",
		btnPrev: ".gallery a.left",
		visible: 1
	});
});

