$(function(){
	$("div#features-box div").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		vertical: true,
		easing: "bounceout",
		auto: 6000,
		speed: 1000
    });
	
	$("#news-scroll").jScrollPane();
});