$(document).ready(function(){

	$("._blog_carousel").jCarouselLite({
        btnNext: "._next",
        btnPrev: "._prev",
        visible: 1
    });
	
});
