// JavaScript Document
$(function() {
	window.api = $("#showcase_content").scrollable({
		size: 1,
		items: '#items',
		loop: true,
		interval: 2000
	}).autoscroll({
	autoplay: true,
	api: true
});
});
