--- fivestar.module	2008-04-19 14:59:17.000000000 +0900
+++ fivestar_new.module	2008-05-02 11:02:03.000000000 +0900
@@ -881,7 +881,7 @@ function fivestar_nodeapi(&$node, $op, $
             $stars = variable_get('fivestar_stars_'. $node->type, 5);
             $node->content['fivestar_widget'] = array(
               '#value' => fivestar_static('node', $node->nid, $node->type),
-              '#weight' => $position == 'above_static' ? -10 : 50,
+              '#weight' => ($position == 'above_static') || ($position == 'above') ? -10 : 50,
             );
             break;
           default:
