jQuery(document).ready(function(){
	initCarousel();
});


function initCarousel() {
    jQuery(".carouselNews .carousel").jCarouselLite({
        btnNext: ".carouselNews .controls .next",
        btnPrev: ".carouselNews .controls .previous",
		speed: 600
    });
}
