.atmitm2 { cursor: pointer; }
#mymap {
z-index:3;
}
#map_img {
z-index:1;
}
div#im_container {
    position:relative;
    top:0px;
    left:0px;
    z-index:1;
}
div#sel_area {
    border-style: dashed; 
    border-color: #000000;
    border-width: 1px;
    top:12px; left:12px; 
    width:12px; height:12px;

    display:none;
    position:absolute;
    z-index:9;
}
div#sel_area_fill {
    width:100%;
    height:100%;
    opacity: .5;
    font-size:0px;
    filter: alpha(opacity=50);
    background-color:#ccFFcc; 	
}
div#im_frame {
    position:relative;
    top:0;
    left:0;
    width:600px;
    height:450px;
    overflow:hidden;
    border:1px solid #aaaaaa;
    z-index:1;
}
div#zoomin {
	background:#DEDEDE;
}
div#zoomout {
   background:none;
}
div#move {
   background:none;
}