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