/* Clearfix for div.staff-member */
div.staff-member:after {
	content: "";
	display: block;
}

/* Clearfix for <= IE7 */
* html div.staff-member { height: 1%; }
div.staff-member { display: block; }


/*  Last staff member  */
div.staff-member.last {
	padding-bottom: 0;
	border: none;
}

/*  Wrap around staff info  */
.staff-member-info-wrap {
	float: left;
	width: 70%;
	margin-left: 3%;
}

.staff-member {
    cursor: pointer;
    height: 100px;
    float: left;
    position: relative;
    width: 101px;
    overflow:visible;
    background-color:black;
    margin: 5px;
}

.staff-member-photo {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    width:100%
}
.staff-member-photo:hover + .simple-caption{ display:block; }

.staff-member .caption p {
	margin-top: -29px;
	padding: 7px 10px;
	background-color: #dcddde;
	-moz-border-radius:10px;
	border-radius:10px;
	font-weight:bold;
color:#888888;
}

#assistencia-fotos .staff-member {
	width: 140px;
	height: 140px;

}
.assistencia .caption.simple-caption { margin: 10px 10px; }

#assistencia-fotos .staff-member .caption p {
margin: -5px 0 0 15px
text-align: left;
font-weight:bold;
color:#888888;
}

.simple-caption {
    position: absolute;
    background: transparent url('images/caption-bottom.png') no-repeat 70% top;
    height: 14px;
    display: none;
    margin-top:-7px;
    z-index:10;
}
.staff-member-listing .assistencia {
	width:300px;
	margin:auto;
}
 
.staff-member img {
	display: block;
	    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}
.staff-member img:hover {
    opacity: 0.7;
            
}