$(function() {
	$("#akce #content").jCarouselLite({
		btnNext: "#left_btn",
		btnPrev: "#right_btn",
		visible: 2,
		speed: 1000,
		scroll: 1,
		circular: true,
		start: 0
	});
});