  fhImg {
    border: none;
  }
  
  .fhSuburb {
    color: white;
    font-weight: bold;
  }
  
  .fhWrapper {
    padding: 0px;
    text-align: center;
  }
  
  .fhContainer {
    padding: 0px;
    border: none black;
    width: 204px;
    margin-left: auto;
    margin-right:auto;
    text-align:left;
  }
  
  .fhDiv {
    padding: 0px;
    border: none red;
    float:none;
    height: 84px;
  }

  .fhImageDiv {
    padding: 0px;
    border:none green;
    float:left;
   }

  .fhImage {
    border: none white;
    width: 100px;
    height: 74px;
   }
   
  .fhInfoDivOuter {
    height: 84px; 
    overflow: hidden; 
    position: relative;
  }
  
  .fhInfoDivOuter[id] {
    display: table; 
    position: static;
  }
  
  /* for explorer only*/
  .fhInfoDivMiddle {
    position: absolute; 
    top: 50%;
   } 
   
  .fhInfoDivMiddle[id] {
    display: table-cell; 
    vertical-align: middle; 
    position: static;
  }
  
  /* for explorer only */
  .fhInfoDivinner {
    position: relative; 
    top: -50%; 
    padding: 5px; 
    color:white;
  } 

/* optional: #inner[id] {position: static;} */

