/*
body {
  font-family: Arial;
  margin: 0;
    box-sizing: border-box;

}
*/  

#SamPHotoPlayerContainer{
  font-family: Arial;
  margin: auto;
  box-sizing: border-box;
  padding: 0px;

/*  background-color: lightskyblue  */;
  background-color: lightskyblue;
  border-collapse: collapse;
  width: 650px;
}



img {
  vertical-align: middle;

}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  width: 100%;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
  background-color: black;
}

.mySlidesPhotoHolder{
  margin: auto; 
}

.mySlidesImage{
  width:inherit; 
  height: 400px;
  width: 650px;
}

@media screen and (max-width: 650px) {
  .mySlidesPhotoHolder{
  }

  .mySlidesImage{
    height: 310px;
    width: 470px;
    object-fit: contain;
  }
}


#verticalPhotoLayoutHolder{
  width: 300px;
  height: auto;
  background-color: darkblue;
  margin: auto;
  box-sizing: border-box;
  display: none;
}

#verticallargePhoto{
  width: 300px;
  height: 200px;
  background-color: black;
}

#verticalsmallPhotoStrip{
  width: 300px;
  height: 60px;
  background-color: black;
  position: relative;
  display: flex;
  flex-direction: row;
}

.verticalsmallPhoto{
  width: 75px;
  height: 60px;
  background-color: black;    
  border-style: solid;
  border-width: 2px;
  border-color: black;
}

#verticalEndPhotoHolder{
  position: relative;
}

/*
#verticalOverlay{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;   
  background-color: rgba(0, 0, 0, .4); 
   width: 75px;
  height: 60px;
  background-color: black;    
  border-style: solid;
  border-width: 2px;
  border-color: black;
 
}
*/

#verticalLastShade{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
}

#plusHowManytTextHolder{
  width: 100%;
  height: 100%;
  position: relative;

}

#plusHowManytText{
  color: white;  
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.verticalImg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 700px) {

  #SamPHotoPlayerContainer{
  width: 470px;

  }
}

@media screen and (max-width: 500px) {

#SamPHotoPlayerContainer{
  display: none;
    }
  
 #verticalPhotoLayoutHolder{
      display: block;
 }

}


/* 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: 40px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0px;
  border-radius: 3px 0 0 3px;
}

.prev {

}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(200, 200, 200, 0.6);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  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;
  width: 100px;
*/
  width: 100px;
  display: inline-block;
  box-sizing: border-box;

}

.active,
.column:hover {
    border: solid;
    border-width: 1px;
    background-color: rgb(0, 227, 246);
}


/* Add a transparency effect for thumnbail images */
.demo {
 /* opacity: 0.6; */
   width: 98%;
   height: 98%;
    position: relative;
    left: 1px;
      object-fit: contain;
}


/*

this is for the filmstrip player
*/


/* Film Strip CSS */

#FilmStripContainer{
/*  height: 100px; */
  height: inherit;
  background-color: black;
  display: flex;
    flex-direction: eow;
  justify-content: center;  

}


.filmstripSliderButtons{
  display: inline-block;
  width: 30px;
/*  height: 100px; */
  height: inherit;

  background-color: darkslategray;
  color: seashell;
  font-size: 270%;
  font-weight: bold;
  padding-left: 0px;
  padding-right: 0px;
  user-select: none;

}

.filmstripSliderButtons:hover{
  color: red;

   background-color: rgba(200, 200, 200, 0.3);
}

/* lower arrows */
.leftArrowPosition{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;

}

.rightArrowPosition{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

#filmstripSlider{
  width: 400px;
  height: 100px;
  overflow: hidden;
  position: relative;
  display: inline-block;

}


#filmStrip{

  display: flex;
    flex-direction: row;
 /* background-color: goldenrod; */
  width: 3000px;
  height: 100px;

  position: absolute;
  left: 0px;

}

