$(function() {
	$(" #real_content").jCarouselLite({
		btnNext: "#next",
		btnPrev: "#prev",
		visible: 1,
		speed: 1000,
		scroll: 1,
		circular: true,
		start: 0
	});
});
