$(function() {
	// initialize scrollable
	$(".scrollable").scrollable();
	$(".scroll_g").scrollable({ circular: true }).click(function() {
	$(this).data("scrollable").next();
	 });	
});

