$(document).ready(function(){
$("#news").jCarouselLite({
	visible: 1,
    btnNext: ".next",
    btnPrev: ".prev"
});
});


