
$(function() {
	$(".sliderwal5").jCarouselLite({
		btnNext: ".next1",
		btnPrev: ".prev1",
		visible: 1,
		//easing: "bounceout",
		speed: 500
	});
});