.thumbnail {
    position: relative;
}

.zoom_overlay {
    background-image: url('/static/zoom.gif');
    position: absolute;
    opacity: 0.6;
    top: 10px;
    left: 20px;
    width: 20px;
    height: 22px;
}

.caption {
    height: 60px;
}