﻿.slider {
  position: relative;
  padding: 6px 0 6px 0;
  cursor: default;
  border-color: lightgray;
  border-width: 1px;
  border-style: solid;
  overflow-y: hidden;
  overflow-x: scroll;
  height: 280px;
}

.slider .images {
  position: absolute;
  padding: 2px 0 2px 0;
  display: inline-flex;
  height: 265px;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  width: -ms-max-content;
}
.slider img {
  height: 100%;
  padding: 0px 2px 0 2px;
  z-index: 1;
  cursor: pointer;
}
.slider::-webkit-scrollbar {
  width: 100%;
}
.slider::-moz-scrollbar {
  width: 100%;
}
.slider::-webkit-scrollbar-track {
  
}