<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- $Change: 84078 $ (must be within the first 200 characters of the file) -->
<View view_layout         = "stacked"
      h_alignment         = "LEFT"
      v_alignment         = "TOP"
      waypoint_cap_radius = "100" >
  <RegionMapRenderer name                = "MapView"
                     view_flags          = "RMRF_DISABLE_WAYPOINT_LABELS"
                     layout_borders      = "Rect(0,10,0,0)"
                     min_size_extend     = "Point(225,225)"
                     max_size_limit      = "Point(-1,-1)"
                     zoom_level_count    = "5"
                     min_meter_per_pixel = "4"
                     max_meter_per_pixel = "100"
  />
  <!--BitmapView bitmap_gfx           = "WorldmapGUI/minimap_border.tga"
              view_layout          = "horizontal"
              layout_borders       = "Rect(21,0,0,0)"
              layout_inner_borders = "Rect(0,0,0,0)"
  /-->
  <!--Button name              = "RegionMapButton"
          gfxid_raised      = "WorldmapGUI/minimap_expand_minimize.tga"
          gfxid_pressed     = "WorldmapGUI/minimap_expand_pressed.tga"
          gfxid_highlight   = "WorldmapGUI/minimap_expand_hover.tga"
          layout_borders    = "Rect(0,34,0,0)"
          view_tooltip_text = "&lt;localized token=MinimapToggleRegionButtonTooltip&gt;"
  /-->
  <View view_layout="vertical" h_alignment="RIGHT" layout_borders="Rect(215,0,0,40)">
    <Button name            = "MenuButton"
            gfxid_raised    = "WorldmapGUI/minimap_menu.tga"
            gfxid_pressed   = "WorldmapGUI/minimap_menu_click.tga"
            gfxid_highlight = "WorldmapGUI/minimap_menu_hover.tga"
            layout_borders  = "Rect(0,-3,-10,0)"
    />
    <Button name            = "ZoomInButton"
            gfxid_raised    = "WorldmapGUI/minimap_zoom_in.tga"
            gfxid_pressed   = "WorldmapGUI/minimap_zoom_in_pressed.tga"
            gfxid_highlight = "WorldmapGUI/minimap_zoom_in_hover.tga"
            layout_borders  = "Rect(0,-10,6,0)"
    />
    <!--Slider name                  = "ZoomSlider"
            layout_borders        = "Rect(0,3,3,15)"
            orientation           = "VERTICAL"
            min_size_limit        = "Point(19,-1)"
            max_size_extend       = "Point(19,COORD_MAX)"
            knob_bitmap           = "WorldmapGUI/minimap_slider.tgax"
            border_gfx_tl         = ""
            border_gfx_tr         = ""
            border_gfx_bl         = ""
            border_gfx_br         = ""
            border_gfx_left       = ""
            border_gfx_top        = ""
            border_gfx_right      = ""
            border_gfx_bottom     = ""
            border_gfx_background = ""
            knob_borders          = "Rect(0,0,0,0)"
            min_value             = "4"
            max_value             = "0"
            click_step            = "1.0"
            drag_step             = "1.0"
    /-->
    <Button name            = "ZoomOutButton"
            gfxid_raised    = "WorldmapGUI/minimap_zoom_out.tga"
            gfxid_pressed   = "WorldmapGUI/minimap_zoom_out_pressed.tga"
            gfxid_highlight = "WorldmapGUI/minimap_zoom_out_hover.tga"
            layout_borders  = "Rect(0,-10,6,0)"
    />
    <BitmapView name           = "ConcealmentGemBase" 
    	        bitmap_gfx     = "PortraitGUI/concealment_gem_base.tga" 
    	        layout_borders = "Rect(0,-3,5,0)"
     />
    <BitmapView name           = "ConcealmentGemGem" 
    	        bitmap_gfx     = "PortraitGUI/concealment_gem_gem.tga" 
    	        layout_borders = "Rect(0,-21,5,0)"
    />
    <BitmapView name           = "ConcealmentGemGlow"
    	        bitmap_gfx     = "PortraitGUI/concealment_gem_glow.tga"
    	        layout_borders = "Rect(0,-40,-6,0)"
    />
    <BitmapView name              = "NewMailButton"
                bitmap_gfx        = "WorldmapGUI/state_icon_yougotmail.tga"
                layout_borders    = "Rect(0,-15,0,0)"
                view_tooltip_text = "&lt;localized token=YouVeGotNewMail category=629 /&gt;"
    />
    <Button name              = "PendingQuestReward"
            gfxid_raised      = "WorldmapGUI/state_icon_overflow.tga"
            gfxid_pressed     = "WorldmapGUI/state_icon_overflow_click.tga"
            gfxid_highlight   = "WorldmapGUI/state_icon_overflow_hover.tga"
            layout_borders    = "Rect(0,-10,0,0)"
            view_tooltip_text = "&lt;localized token=GenericGUI_InventoryOverflow /&gt;"
    />
    <Button name              = "UnmountButton"
            gfxid_raised      = "WorldmapGUI/state_icon_mounted.tga"
            gfxid_pressed     = "WorldmapGUI/state_icon_mounted_click.tga"
            gfxid_highlight   = "WorldmapGUI/state_icon_mounted_hover.tga"
            layout_borders    = "Rect(0,-10,0,0)"
            view_tooltip_text = "&lt;localized token=Unmount /&gt;"
    /> 
  </View>
</View>
