// JavaScript Document
$(function(){
	// initialize scrollable together with the navigator plugin
	$("#browsable").scrollable({size:1, speed:750}).circular().autoscroll(4000).navigator();
});
