
$(function() { 

	$("#demo div.item").show();
	
	/*
		tabbed navigation uses our jquery.scrollable tool, see:
		
		http://flowplayer.org/tools/scrollable.html
	*/
	$("#content").scrollable({
		items:'#demo',
		size:1, 
		navi:'#tabs',
		onSeek: function() {
			
		}
	});
	


	
});
