// JavaScript Document
ord = Math.random()*10000000000000000;

$(function() {
	$(".scroll").jCarouselLite({
		btnNext: ".flecheBas",
		btnPrev: ".flecheHaut",
		vertical: true,
		mouseWheel: true,
		visible: 7
	});
	$("#chatsLibre").css({ position:"static", visibility:"visible", left:"auto" });
});