.clear { 
    clear: both;
    line-height: 0;
}

.gallery-new {
    border: 0px solid red;

    padding-left: 12px;
}

.gallery-new a img { 
    border: 0;
}

.gallery-new span.image {
    float: left;

    display: table;

    position: relative;

    text-align: center;
    line-height: 0;

    width: 122px;
    height: 122px;

    margin: 2px;

    background: #eee;
    border: 0px solid red;
}

.gallery-new span.inner {
    display: table-cell;
    vertical-align: middle;

    _position: absolute;
    _top: 50%;

    border: 0px solid red;
}

.gallery-new span.image img {
    _position: relative;
    _top: -50%;
    _left: -50%;
}

.gallery-new span.image-wrapper {
    float: left;

    position: relative;

    padding-bottom: 4px;
}

.gallery-new span.image-wrapper a.del {
    display: block;

    position: absolute;
    right: -2px;
    bottom: 0px;
}

