.media {
    float: left;
    margin: 6px 0px 0px 6px;
    border: 2px solid #6d6d6d;
    position: relative;
}

.media a {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 1;
}

.media a.active {
    display: block;
}

.media a img {
    position: absolute;
    left: 0;
    top: 0;
}

.mediablock {
    float: left;
}

.butt-left {
    margin-left: 0px;
}

.butt-left .media:first-child {
    margin-left: 0px;
}

.vertical > * {
    float: none;
    clear: both;
}

.media .overlay {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.media:hover .tools, .media:hover .caption {
    display: block;
}

.media .caption {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: transparent url('../img/caption-bg.png');
    color: #4c721d;
    font-size: 12px;
    padding: 8px;
    display: none;
    z-index: 99;
}

.media .tools {
    position: absolute;
    right: 2px;
    top: 0px;
    width: 16px;
    height: 32px;
    display: none;
    z-index: 99;
}

.media a.edit-photo {
    display: block;
    clear: both;
    height: 16px;
    width: 16px;
    background: transparent url('../img/edit-photo.png') no-repeat;
    text-indent: -9999999px;
    border-left: 2px solid #6D6D6D;
    border-bottom: 2px solid #6D6D6D;
}

.media a.edit-frame {
    display: block;
    clear: both;
    height: 16px;
    width: 16px;
    margin-top: 16px;
    background: transparent url('../img/edit-frame.png') no-repeat;
    text-indent: -9999999px;
    border-left: 2px solid #6D6D6D;
    border-bottom: 2px solid #6D6D6D;
}
