.thumb-outer {
    width:210px; 
    height:143px;
    float:right;
}

.thumb-img {
    position:relative; 
    width:196px; height:110px;
    margin-left:7px;
    margin-top:7px;
    background-color: #fff;
}

.thumb-inner {
    position:relative; 
    overflow:hidden; 
    width:100%; 
    height:100%; 
}

.thumb-img img {
    border:0;
}

.thumb-after {
    background-image: url("../images/frame-transparent.png");
    position:relative;
    width:210px; height:143px;
    left:0px; top:-117px;
}

.thumb-zoom {
    background:url("../images/overlay/search.png") no-repeat;
    position:relative; 
    width:22px; 
    height:22px;
    right:-175px; 
    bottom:55px;
}