$(function() {
    $(".videos").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 3,
		speed: 300,
		scroll: 1,
		easing: "easeinout"
    });
});

$(function() {
    $(".announcements").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 1,
		speed: 300,
		scroll: 1,
		auto: 8000,
		easing: "easeinout",
		circular: 1,
		btnGo:
		[".announcements .1", ".announcements .2",
		".announcements .3", ".announcements .4",
		".announcements .5", ".announcements .6"]
    });
});