/* CONTENT CSS */


/* DISPLAY PHOTOS */
div.displayPhoto {
    position: relative;
    width: 170px;
    height: 110px;
    /*margin-left: 16px;*/
    overflow: hidden;
}
div.displayPhoto img {
    position: absolute;
    top: -5px; left: 0px;
}


div#photo {
    width: 720px;
    height: 520px;
}


.label {
	width: 140px;
}


/* */
