$(function(){ 
	// scroll
	$(".scroll div").jCarouselLite({
		btnNext: ".right_next",
		btnPrev: ".left_prev",
		visible: 5,
		scroll: 1,
		speed: 250,
		circular: false
	});
	
	$(".second div").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 13,
		scroll: 1,
		speed: 250,
		circular: false,
		vertical: true
	});
});

