.thumbBar {
  position: absolute;
  z-index: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.thumbBG {
  position: absolute;
  overflow: hidden;
  opacity: 0.9;
}

.thumbContentBG {
  position: absolute;
  bottom: 1px;
  left: 0px;
  right: 0px;
  height: 105px;
  overflow: hidden;
  opacity: 0.9;
}

.thumbBox {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 95px;
  /*background-color: #ff0000;*/
}

.thumbItem {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 82px;
  border-width: 1px;
  border-style: inset;
  border-color: #aaaaaa;
}

.bottom.right, .bottom.right button, .bottom.right .numbering {
  position: absolute;
  top: 2px;
  left: auto;
}

a, button {
  cursor: pointer;
}

.bottom.right {
  padding-right: 10px;
}

.fbToolBar {
  overflow: hidden;
  position: absolute;
  z-index: 99;
  bottom: -45px;
  left: 0px;
  right: 0px;
  height: 36px;
  opacity: 0.95;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.numbering {
  position: absolute;
}

.NumberingText {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.thumbTop {
  position: absolute;
}

.NumberingImg {
  position: absolute;
  margin-top: 2px;
}

.leftImgPosition {
  left: 0px;
  margin-left: 4px;
}

.rightImgPosition {
  right: 0px;
  margin-right: 4px;
}

.btnBorderOver {
  border: 0px solid #b39c16;
}