$(function() {
	// initialize scrollable      
	$("#scroller").scrollable({         
	vertical: true,
	size: 3,
	speed: 1000
	// use mousewheel/circular/autoscroll plugin     
	}).autoscroll({
		autoplay: true,
		autopause: true,
		interval: 3000,
		steps: 1
	}).circular();
	//mousewheel().

})

