.thumbelina {
    list-style:none;
    padding:0px;
    margin:0px;
    position:absolute;
    white-space:nowrap;
    font-size:0;    
    -webkit-touch-callout: none; 
    -webkit-user-select: none;     
}

.thumbelina li {margin-bottom:8px;
   line-height: 0px;
}

.thumbelina li img {width:115px;height:115px;border:2px solid #e8e8e8;}

.thumbelina li img:hover { border:2px solid #206db3}

.thumbelina-but {
    position:absolute;
    background-color: #ccc;
    border:1px solid #aaa;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
    z-index: 1;
    cursor:pointer;   
    color:#888;
    text-align:center;
    vertical-align:middle;
    font-size:14px;
    font-weight: bold;
    font-family:monospace;
}
.thumbelina-but:hover {color:#fff;}
.thumbelina-but.disabled,
.thumbelina-but.disabled:hover {
    background-color: #efefef;
    color: #ccc;
    cursor:default;
    box-shadow:none;
}
.thumbelina-but.horiz {
    width: 20px;
    height: 119px;
    line-height: 119px;
    top:-1px;

}
.thumbelina-but.horiz.left {
    left:-22px;
    border-radius: 5px 0px 0px 5px;
}
.thumbelina-but.horiz.right {
    right:-22px;
    border-radius: 0px 5px 5px 0px;
}

.thumbelina-but.vert {left:-1px;height: 20px;line-height: 20px;width:121px;}
.thumbelina-but.vert.top {top:-22px;border:none;}
.thumbelina-but.vert.bottom {bottom:-22px;border:none;}
