use this code to set the area of the pano area. set the parent of your map to stage, parent="stage" align the map to the centerleft with the edge of centerleft. that should give you a 25% offset of the pano to place your map so it does not overlap.
<krpano version="1.0.8" onstart="action(test)">
<action name="test">
set(area.x, 25%);
set(area.y, 0%);
set(area.width, 75%);
set(area.height, 100%);
</action>