$(function() {
	// initialize scrollable
	$("#scroller").scrollable({circular: true}).autoscroll({autoplay: true});
});
