$(document).ready(function(){	
	$("#clients").easySlider({
		auto: true,
		controlsShow: false,
		continuous: true,
		vertical: true
	});
});