$(document).ready(function()
{

$("#banner").carouFredSel({
		direction: "left",
		items : 1,
		pagination	: "#kbanner"
	});
  
});

