$(function(){
	$(function() {
	$(".slide-holder").jCarouselLite({
	btnNext: ".next",
	btnPrev: ".prev"
	});
})

});

