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