﻿.scroll-pane{
              position:relative;
          height: 650px;    
         
            overflow: auto;  

}


#memberPhotoList 
{
    padding:5px;
        position:relative;
    float:left;
}

#memberSummaryList
{
       padding:5px;
    width:405px;
    position:relative;
      float:right;
}

#memberListSpacer
{
    position:relative;
    margin-top:10px;
    margin-left:30px;
        margin-bottom:10px;
    width:470px;
    border-style: solid none none none;
    border-color: #e5dbde;
    border-width: 1px;
}



