div.fotobox.upfoto {width: 100px; height: 80px; float: left}
div.residentelabel {padding-top: 35px; font-size: 3em; letter-spacing: -2px}
div.fotobox {width:80px; float:left; margin-right: 15px; cursor: hand; cursor: pointer}
div.fotoprogress {width: 0%; height: 4px; background-color: green; position: relative; top: 0px; left: 0px; display: none; z-index: 6000}

div.fotooverlay {
    /* must be initially hidden */
    display:none;
 
    /* place overlay on top of other elements */
    z-index:10000;
 
    /* styling */
    background-color:#333;
 
    width:360px;
    min-height:200px;
    border:1px solid #666;
 
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
 
/* close button positioned on upper right corner */
div.fotooverlay .close {
	all: initial;
    background-image:url(../files/imgs/close.png) !important;
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

div.fotooverlay .details {
/*  position:absolute;
  top:15px;
  right:15px;
  font-size:11px;
  color:#fff;
  width:150px;*/
	background-color: black;
}

div.fotooverlay .details h3 {
	color: white;
	font-size: 24px;
	text-align: center;
}
