
$(function()
{
	var scroller = $("div.scrollable").scrollable({ circular: true }).navigator("div.navi").autoscroll({ interval: 7000 });
	
	scroller.eq(0).data("scrollable").focus();
});
