$(function() {
	$(".slidediv").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 1,
		//easing: "bounceout",
		speed: 500
	});
});

$(function() {
	$(".slidediv1").jCarouselLite({
		btnNext: ".next1",
		btnPrev: ".prev1",
		visible: 1,
		//easing: "bounceout",
		speed: 500
	});
});

$(function() {
	$(".slidediv2").jCarouselLite({
		btnNext: ".next2",
		btnPrev: ".prev2",
		visible: 1,
		//easing: "bounceout",
		speed: 500
	});
});

$(function() {
	$(".slidediv3").jCarouselLite({
		btnNext: ".next3",
		btnPrev: ".prev3",
		visible: 1,
		//easing: "bounceout",
		speed: 500
	});
});
 
 
 
 
 
 
