$(function() {
	 // initialize scrollable
	$(".scrollable").scrollable({
		 size:1,
		 prev:'.prev', 
		 next:'.next'
	 });	
});
