body {
    overflow: hidden;
}
.popUpContainer {
    position: absolute;
    top: 0;
    z-index: 99999;
}

.popUpContainer p {
    color: #fff;
    margin-top: 15px;
    font-size: 12px;
    line-height: 14px;
}

.popUpContainer h4 {
    margin-top: 7px;
}

#info {
    position: absolute;
    width: 26px;
    height: 26px;
    cursor: pointer;
    right: 10px;
    top: 10px;
    background-size: cover;
    z-index: 99999;
    background-color: #fff;
    background-image: url("images/info.png") !important;
    display: none;
}

#infotext {
    position: absolute;
    width: 479px;
    height: 420px;
    z-index: 80;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
}

#outerinfo {
    width: 681px;
    height: 442px;
    position: absolute;
    z-index: 100;
    margin: 0;
    padding: 0;
    border: 0;
}


#info:hover {
    background-image: url("images/info_hover.png") !important;
}

#closeinfo {
    width: 88px;
    height: 26px;
    background-size: cover;
    z-index: 100;
    background-image: url("images/closebtn.png") !important;
}

#closeinfo:hover {
    background-image: url("images/closebtn_hover.png") !important;
}

.popUpContainer {
    width: 681px;
    height: 442px;
}