$(function()
{
	$('#content').columnize({ columns: 2 });
	$('#content').jScrollPane();
	$('#content-gauche').jScrollPane();	
	$('.slider').wslide({
	width: 408,
	height: 265});
});
