$(document).ready(function(){

///////////////////////////////////////////////////
///// Initialize scrollable together with the navigator plugin

	$("#browsable").scrollable({circular: true}).autoscroll({autoplay: true}).navigator();

});//End file
