$(document).ready(function(){
	$(".carousel").easySlider({
		auto: true,
		speed: 800,
		pause: 5000,
		vertical: true,
		continuous: true
	});
});
