.locationMap
{
    position: relative;
    width: 230px;
    height: 250px;            
    top:0;
    left:0;
}    
.map 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 226px;
    height: 248px;
    border: #ccc 1px solid;
    padding: 1px;
    z-index: 1;
}
.mapCorner
{
    height: 17px;
    width: 17px;
    line-height:10px;
    font-size: 10px;
    background: #555;
    position: absolute;
    z-index: 99;    
}
.mapTopLeft
{
    background: transparent url(/common/images/visitor/ros/rosRightTopLeftCorner.gif) 0 0 no-repeat;    
    top: 0;
    left: 0;
}
.mapTopRight
{
    background: transparent url(/common/images/visitor/ros/rosRightTopRightCorner.gif) 0 0 no-repeat;    
    top: 0;
    right: -1px;
}
.mapBottomLeft
{
    background: transparent url(/common/images/visitor/ros/rosRightBottomLeftCorner.gif) 0 0 no-repeat;            
    bottom:-1px;
    left:0;
}
.mapBottomRight
{
    background: transparent url(/common/images/visitor/ros/rosRightBottomRightCorner.gif) 0 0 no-repeat;        
    bottom:-1px;
    right:-1px;
}