.cmp_frgBuildingChooser a:focus,
.cmp_frgBuildingChooser a:active	{
	outline: 0 none;
}

.cmp_frgBuildingChooser .roundRed {
    display:none;
}

.cmp_frgBuildingChooser .rightPlaceImTRleft:hover,
.cmp_frgBuildingChooser .building1:hover {
    background-position: -56px 0;
}

.cmp_frgBuildingChooser .rightPlaceImTRcenter {
    width:98px;
    height:83px;
    background:url(/eng/im/building02.gif) 0 0 no-repeat;
    position:absolute;
    top:35px;
    right:113px;
    z-index:1;
}

.cmp_frgBuildingChooser .rightPlaceImTRcenter .roundBlue {
    position:absolute;
    top:63px;
    left:47px;
}

.cmp_frgBuildingChooser .rightPlaceImTRcenter .roundRed {
    position:absolute;
    top:58px;
    left:44px;
}

.cmp_frgBuildingChooser .rightPlaceImTRcenter:hover,
.cmp_frgBuildingChooser .building2:hover {
    background-position: -98px 0;
}

.cmp_frgBuildingChooser .rightPlaceImTRright {
    width:63px;
    height:86px;
    background:url(/eng/im/building03.gif) 0 0 no-repeat;
    position:absolute;
    top:17px;
    right:50px;
    z-index:3;
}

.cmp_frgBuildingChooser .rightPlaceImTRright .roundBlue {
    cursor: pointer;
	position:absolute;
    top:58px;
    left:32px;
}

.cmp_frgBuildingChooser .rightPlaceImTRright .roundRed {
    cursor: pointer;
	position:absolute;
    top:53px;
    left:29px;
}

.cmp_frgBuildingChooser .rightPlaceImTRright:hover,
.cmp_frgBuildingChooser .building3:hover {
    background-position: -63px 0;
}

.cmp_frgBuildingChooser .buildingTRShadow {
    width:267px;
    height:102px;
    background:url(/eng/im/buildingTRshadow2.gif) no-repeat;
    position:absolute;
    top:47px;
    right:44px;
		#z-index:-1;
}
    
.cmp_frgBuildingChooser .rightPlaceImTRleft {
    width:56px;
    height:90px;
    background:url(/eng/im/building01.gif) 0 0 no-repeat;
    position:absolute;
    top:33px;
    right:211px;
    z-index:1;
}

.cmp_frgBuildingChooser .rightPlaceImTRleft .roundBlue {
    position:absolute;
    bottom:9px;
    left:5px;
}

.cmp_frgBuildingChooser .rightPlaceImTRleft .roundRed {
    position:absolute;
    bottom:6px;
    left:2px;
}

.cmp_frgBuildingChooser .active .roundBlue {
    display:none;
}

.cmp_frgBuildingChooser .active .roundRed {
    display:block;
}

.cmp_frgBuildingChooser .building1.active,
* html .cmp_frgBuildingChooser .building1 .active {
	display: block;
	width:56px;
    height:90px;
    background: url(/eng/im/building01.gif) -56px 0 no-repeat;
}

.cmp_frgBuildingChooser .building2.active,
* html .cmp_frgBuildingChooser .building2 .active {
    display: block;
	width:98px;
    height:83px;
	background: url(/eng/im/building02.gif) -98px 0 no-repeat;
}

.cmp_frgBuildingChooser .building3.active,
* html .cmp_frgBuildingChooser .building3 .active {
    display: block;
	width:63px;
    height:86px;
	background: url(/eng/im/building03.gif) -63px 0 no-repeat;
}


.cmp_frgBuildingChooser .rightPlaceImTitle {
    width:98px;
    height:29px;
    background:url(/eng/im/rightPlaceImTitle.gif) no-repeat;
    position:absolute;
    top:130px;
    right:70px;
}


