
$(function(){
	// initialize scrollable
	$("#actuZoom").scrollable({
		vertical:true,
		clickable:false,
		easing:"swing",
		speed: 2000,
		size: 1
	}).circular().autoscroll(5000).mousewheel();
});



