$(function(){ 
	$(".scroll div").jCarouselLite({
		btnNext: ".button_next",
		btnPrev: ".button_prev",
		visible: 5,
		scroll: 1,
		speed: 500,
		circular: false,
		vertical:true
	});
});

