#WebAppContainer{
    position: relative;
}

#ComponentDisplay{
    position: relative;
    height: 269px;
    margin-bottom: 15px;
  border:none;
  
    
}
    #ComponentDisplay div{
        /*position: absolute;
        left: 112px;
        top: 0;*/
        display: none;
        overflow:visible;
    border:none;
    }

#ComponentDisplay img {border:solid 1px #ccc;}
    
    /*#ComponentDisplay img{
        float: left;
    }*/
    
     #ComponentDisplay h3{
        
  text-align:center;
        clear:both;
        margin: 0 0 5px 0;
  border-bottom:none;
  text-transform:uppercase;
  
       
     }

#PlantLayout{
    background: transparent url(../images/plantlayout/plantlayout.jpg) no-repeat;
    position: relative;
  min-width:575px;
  min-height:431px;
}

    #PlantLayout img{
        position:absolute;
        left: 0;
        top:0;
        z-index: 20;
        display: none;
    border:none;
    }

#PlantLayout img.map{
    position:relative;
    z-index: 100;
    display: inline;
    border:none;
}



#test{
    height: 100px;
    background: black;
}