/* PEOPLE PHOTOLIST */

.peoplePhotoList {
    display: block;
    position: relative;
    width: 12em; /* 192px/16 = 12em */
    height: 25.625em; /* 410px/16 = 25.625em */
    background-color: #f0efeb;
    border-style: solid;
    border-width: 0.063em; /* 1px/16 = 0.063em */
    border-color: #afaeaa;
    border-top-right-radius: 0.75em; /* 12px = 0.75em */
    border-top-left-radius: 0.75em; /* 12px = 0.75em */
    border-bottom-right-radius: 0.75em; /* 12px = 0.75em */
    border-bottom-left-radius: 0.75em; /* 12px = 0.75em */
    -moz-border-top-right-radius: 0.75em; /* Old Firefox (3.6 to 15) */
    -moz-border-top-left-radius: 0.75em; /* Old Firefox (3.6 to 15) */
    -moz-border-bottom-right-radius: 0.75em; /* Old Firefox (3.6 to 15) */
    -moz-border-bottom-left-radius: 0.75em; /* Old Firefox (3.6 to 15) */
    box-shadow: 0 0 0.25em #888888; /* 4px/16 = 0.25em */
    text-align: center;
}

.photoPeopleHeader {
    display: inline-block;
    float: left;
    position: relative;
    /* top: -1.25em; */ /* -20px/16 = -1.25em */
    /* left: -0.063em; */ /* -1px/16 = -0.063em */
    width: 12em; /* 192px/16 = 12em */
    height: 1.875em; /* 30px/16 = 1.875em */
    /*
    background-color: #f0efeb;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: none;
    */
    /* border-width: 0.063em; */ /* 1px/16 = 0.063em */
    /* border-color: #afaeaa; */
    /* border-top-left-radius: 0.438em; */ /* 7px/16 = 0.438em */
    /* border-top-right-radius: 0.438em; */ /* 7px/16 = 0.438em */
    /* -moz-border-top-left-radius: 0.438em; */ /* Old Firefox (3.6 to 15) */
    /* -moz-border-top-right-radius: 0.438em; */ /* Old Firefox (3.6 to 15) */
    /* box-shadow: 0 0 0.25em #888888; */ /* 4px/16 = 0.25em */
}

.photoPeopleHeaderContent {
    display: inline-block;
    float: left;
    position: relative;
    top: 0.75em; /* 12px/16 = 0.75em */
    left: 0em;
    width: 12em; /* 192px/16 = 12em */
    height: 0.688em; /* 11px/16 = 0.688em */
    background-color: #f0efeb; /*#ff0000;*/ /*#f0efeb;*/
}

.photoPeopleHeaderContent span {
    display: block;
    position: relative;
    top: -0.5em; /* -6px/12 = -0.5em */
    font-family: futura_md_btmedium, Arial, Helvetica, sans-serif;
    color: #797979;
    font-size: 0.75em; /* 12px/16 = 0.75em */
}

.photoPeopleContent {
    display: inline-block;
    float: left;
    position: relative;
    /* top: -0.438em; */ /* -7px/16 = -0.438em */
    left: 0em;
    width: 12em; /* 192px/16 = 12em */
    text-align: center;
}

.photoPeople {
    display: inline-block;
    margin-bottom: 0.5em; /* 8px/16 = 0.5em */
    margin-left: 0.438em; /* 7px/16 = 0.438em */
}

.photoPeople.first {
    margin-left: 0em;
}

.photoPeople a {
    outline: none;
}

.photoPeople img {
    width: 2.875em; /* 46px/16 = 2.875em */
    height: 2.875em; /* 46px/16 = 2.875em */
    border-radius: 0.313em; /* 5px/16 = 0.313em */
    -moz-border-radius: 0.313em; /* Old Firefox (3.6 to 15) */
}
