// Carousel JS

$(document).ready(function() {
    $("#video-carousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".previous"
	});
});
