$(function() {
	$(".slidediv").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 1,
		//easing: "bounceout",
		speed: 500
	});
});