jQuery(document).ready(function() {
	var horizontal = jQuery(".scrollable").scrollable({ circular: true }).autoscroll({
		interval: 30000		
	});
});