// JavaScript Document
	$(function() {
    $(".slide_item").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev"
    });
});
