This section will tell you how to change the location of Agile Paypal Express Checkout block.
Move the "Exptress Checkout" hook from bottom to top
You will also need to change the following file:
YourStoreRoot/themes/YourStoreTheme/shopping-cart.ptl
Find the following line:
<div id="HOOK_SHOPPING_CART">{$HOOK_SHOPPING_CART}lt;/divgt;
Now move the above line to the location immediately after following line:
<h1 id="cart_title">{l s='Shopping cart summary'}</h1>
Once you have completed these changes, you will need to disbale smarty cache temporarily to allow the changes to be reflected. See here on how to change the smarty settings.