.carousel {
    width: 1000px;
    margin: 0 auto;
  }

.divCustomNextBtn{
    height: 100%;
}

.slick-current .myImg{
    opacity: 1 !important;
}

.myImg{
    height: 79px !important;
    width: 120px !important;
    opacity: 0.4;
}
.myImg:hover{
    cursor: pointer;
    opacity: 1;
}

#actualPhoto{
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    border-radius: 16px;
    margin-bottom: 8px; 
    min-height:392px; 
    background-position: center; 
    background-size:contain; 
    background-repeat:no-repeat;
}

#boxPhotos{
    border: 1px solid #ccc;
    background-color: #fafafa;
    border-radius: 2px;
    margin-bottom: 8px; 
    max-height: 80px;
    
}

