jQuery(function($) {
	
	$('#main_info').scroll ({
		mousewheel:   true,
		upSelector:   $('#up'),
		downSelector: $('#down')
	});
	
});
