/*
   Custom css for sites
   AJM
   agent4.com
*/

.inlineimg {
    border-radius:20px; 
    padding: 10px;
    width: 40%;
}

.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:98%;
    height:auto;
    display:block;
    z-index:999;
}

/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
height: 100%;
}
      