#galleryDiv{
    width: 480px;
    height: 330px;
}

.galleryField{
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-right: 18px;
    margin-top: 10px;
    width: 128px;
    height: 85.28px;
    cursor: grab;
    border: #000000 1px solid;
}

.galleryImg{
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: grab;
}

#plusButton{
    cursor: pointer;
    width: 128px;
    height: 96px;
    display: inline-block;
    margin-right: 10px;
    background-color: #ffffff;
    color: #000;
    box-shadow: none;
    border: none;
    background-color: lightgray;
}

#plusButton:hover{
    background-color: #999999;
    color: #fff;
}

.xButton{
    cursor: pointer;
    position: absolute;
    top: 0; 
    right: 0;
    font-size: 20px;
    padding: 5px;
    width: 25px;
    height: 25px;
    z-index: 1;
    line-height: 0px;
    text-align: center;
    border: none;
}

.xButton:hover{
    background-color: rgb(120, 28, 28) !important;
}

.xButtonHeader{
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
    padding: 5px;
    z-index: 1;
    line-height: 0px;
    text-align: center;
    border: none;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.xButtonHeader:hover{
    background-color: rgb(120, 28, 28) !important;
}

.infoText{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#headerImg{
    height: 304.7428571429px;
    width: 228.5714285714px;
}

