// RollOver
$(function() {
    $("div.works2").jCarouselLite({
//        btnNext: ".next",
//        btnPrev: ".prev",
		visible: 3,
		scroll: 1,
		auto: 4000,
		speed: 700,
		easing: "easeOutCubic"
    });
});