The following code will work for the solo/heroic/untold dungeon (shared map). Note the correct zone name is "Zon Zobboz: The Chimeric Chain".
Code:
<ImageStyle Name="exp22_dun_zon_zobboz_02_0" displayname="Zon Zobboz: The Chimeric Chain (Lower)" zonerect="-113, -175, 944, 1055" heightmax="30">
<ImageFrame Source="images/maps/exp22_dun_zon_zobboz_02_0.dds" SourceRect="0,0,872,1016" />
</ImageStyle>
<ImageStyle Name="exp22_dun_zon_zobboz_02_1" displayname="Zon Zobboz: The Chimeric Chain (Upper)" zonerect="-113, -175, 944, 1055" heightmin="30">
<ImageFrame Source="images/maps/exp22_dun_zon_zobboz_02_1.dds" SourceRect="0,0,872,1016" />
</ImageStyle>
The following block will work for the raid zone (not shared with solo/heroic).
Code:
<ImageStyle Name="exp22_dun_zon_zobboz_raid_02_0" displayname="Zon Zobboz: The Outer Swarmyard [Raid] (Lower)" zonerect="-113, -175, 944, 1055" heightmax="30">
<ImageFrame Source="images/maps/exp22_dun_zon_zobboz_02_0.dds" SourceRect="0,0,872,1016" />
</ImageStyle>
<ImageStyle Name="exp22_dun_zon_zobboz_raid_02_1" displayname="Zon Zobboz: The Outer Swarmyard [Raid] (Upper)" zonerect="-113, -175, 944, 1055" heightmin="30">
<ImageFrame Source="images/maps/exp22_dun_zon_zobboz_02_1.dds" SourceRect="0,0,872,1016" />
</ImageStyle>