$(document).ready(function()
{
	$("#banner .container").jCarouselLite({
		circular: true,
		visible: 1,
		auto: 6000,
		speed: 1000,
		btnNext: "#banner .next"
	});
});
