
$(function() {

	var showcases_scrollable = $("#showcases div.scrollable").scrollable({

		api : true,

		interval : 2000,

		loop : true,

		size : 1,

		speed : 1000

	});

	var what_we_do_scrollable = $("#what-we-do-links div.scrollable").scrollable({

		api : true,

		interval : 2000,

		loop : true,

		size :6,

		speed : 1000,

		vertical: true

	});

});
