jQuery(document).ready(function($) {
	jQuery(".scrollable").scrollable({speed: 2000});
});


