
$(document).ready(function() {
    	$('#noscript').hide();
	$("#news").fadeIn("slow");
	$(".prev").show("slow");
	$(".next").show("slow");
	$.localScroll({offset: {top:-20} });
});





$(function() {
    	$("#carousel").jCarouselLite({
        	btnNext: ".next",
        	btnPrev: ".prev",
		visible: 2.5,
		auto: 10000,
		speed: 500
    	});
});

