jQuery(document).ready (function ($)
{
	$(".scrollable").scrollable({circular: true, speed: 2000});
});
