@charset "utf-8";
#photos .top-holder {
    position: absolute;
    top: 0;
}
#photos .top-holder .displaying {
    display: table; 
    width: 177px;
    height: 133px;
    #position: relative;
    overflow: hidden;
    background-color: #EBEBEB;
}
#photos .top-holder .displaying .container {
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
}
#photos .top-holder .displaying .container .image {
    #position: relative;
    #top: -50%;
}
#photos .top-holder .displaying .container .image img {
    margin: auto;
    display: block;
}
