$(document).ready(function(){	
			$("#slider3").easySlider({	
				vertical: true,
				speed: 900,
				auto: true,
				pause: 3000,
				continuous: true
			});					
		});	