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