.contactsheet {
    margin: 0 9px 9px 0;
    position: relative;
}

.contactsheet a {
    display: block;
    position: relative;
    float:  left;
    border: 3px solid #eee;
    overflow: hidden;
    margin-left:  10px;
    margin-bottom: 10px;
    text-decoration: none;
}

.contactsheet a img {
    position: relative;
    margin: 0;
    padding: 0;
}

.contactsheet a div {
	display: none;
	height: 100%;
    padding-top: 30%;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    font-family: 'Helvetica Neue', Helvetica, Arial, serif;
    font-size: 2.5em;
    font-weight: bold;
    color: #eeeeee;
    text-shadow: #000 0px 0px 20px;
}

.image-desc {
	clear: both;
	font-size: 40%;
	font-style: italic;
	font-weight: normal;
	margin-top: 16px;
        margin-bottom: 0px !important;
}

.image-copy {
        clear: both;
        font-size: 30%;
        font-style: normal;
        font-weight: normal;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
}

a.row_0 {
	clear: left;
	margin-left:  0;
}
