* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container_ph {
  position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
     background-color: rgba(158,157,157,0.80);
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    color: #FBFBFB;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(158,157,157,0.80);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #2F2F2F;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.row_ph {
	max-width: 100%;
	display: flex;
	min-height: 100px;
	align-items: center;
}

#slider {
	width: 80%;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	margin-right: auto;
    margin-left: auto;
		
}
#slider::-webkit-scrollbar {
		width: 8px;

}

#slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

}
 
#slider::-webkit-scrollbar-thumb {
  background-color: #6B6B6B;
  outline: 1px solid slategrey;
   border-radius: 50px;

}

#slider::-webkit-scrollbar-thumb:hover{
    background-color: #ffffff;
}

.row_ph:after {
  content: "";
  display: table;
  clear: both;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
