$(document).ready(function(){
	$("#scroller").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev"
    });
});


