.thumbBox {
    width: 100%;
    overflow: auto;
    padding: 0;
    margin: 0;
}
.thumbUnit {
    position: relative;
    height: 120px;
    float: left;
}
.thumbUnit.selected {
    background-color: CornflowerBlue;
}
.thumbMenu {
    text-align: left;
    padding: 3px 8px 0 8px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
}
.thumbMenu a {
    color: #666;
    padding-left: 20px;
    background: url(/www/img/edit.png) no-repeat;
}
.thumbMenu input {
    float: right;
}
.thumbDropBefore {
    border-left: 5px solid green;
}
.thumbDropAfter {
    border-right: 5px solid green;
}
.thumbContainer {
    font-size: 13px;
    line-height: 16px;
    position: relative;
    text-align: center;
}
.thumbLabel {
    position: relative;
    text-align: center;
}
.thumbLabel div {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.thumbImgWrapper {
    position: relative;
    display:  inline-block;
    height:   81px;
}
.thumbContainer img {
    position: relative;
    border: 1px solid black;
}
.thumbDownloadOptions {
    height: 1em;
    text-align: center;
    white-space: nowrap;
}
.thumbTypeMarker {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 29px;
    height: 28px;
}
.thumbTypeMarker.Photo {
}
.thumbTypeMarker.VirtualTour {
    background: url(/www/img/pano-icon.png) no-repeat;
}
.thumbTypeMarker.VideoClip {
    background: url(/www/img/video-icon.png) no-repeat;
}

