#images-all .thumbnails {
  overflow: hidden;
  white-space: nowrap;
}

#images-all .thumbnails .thumb-images img {
  margin: 2px;
  cursor: pointer;
}

#images-all .thumbnails .thumb-images {
  overflow: hidden;
  position: absolute;
}

.scroll_left, .scroll_right {
  cursor: pointer;
  background-color: rgba(240, 240, 240, 0.8);
  text-align: center;
  width: 20px;
  margin: 2px 0;
  font-size: 200%;
  padding: 0 5px;
  z-index: 1;
}

.scroll_left:hover, .scroll_right:hover {
  background-color: rgb(153, 153, 153);
}

.scroll_left{
  float: left;
  position: relative;
  left: 0;
}

.scroll_right {
  float: right;
  position: relative;
  right: 0;
}

