$(document).ready(function() {

	$("div.scrollable").scrollable({
		size: 1,
		speed: 1000,
		next: 'a.next', 
		prev: 'a.prev'
	});

});

