$(document).ready(function() {
$("#browsable").scrollable({speed: 700, circular: true}).autoscroll({ autoplay: true, interval: 5000 }).navigator();
});

// execute your scripts when the DOM is ready. this is mostly a good habit
$(function() {

	// initialize scrollable
	$(".imagescrollable").scrollable();

});
