$(function() {
	$('.scrollable').scrollable({
		circular: false,
		mousewheel: true,
		prev: '#arrow-prev',
		next: '#arrow-next'
	});
});
