jQuery(function($) {
	
	$('div.scrollable').scroll ({
		mousewheel:   true,
		upSelector:   $('#upLeft'),
		downSelector: $('#downLeft')
	});
	
});