#showimage{
position:absolute;
visibility:hidden;
border: 3px solid gray;
    border-radius: 9px;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.3);

}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
/*font-weight: bold;*/
/*margin-right: 1px;*/
    position: absolute;
    right: -10px;
    top: -10px;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin: auto;

    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid black;
    background: gray;
    color: white;
    border-radius: 50%;
}
#closetext{
    text-align: center;
}
.popup-close {
    position: absolute;
    right: -4px;
    top: -4px;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin: auto;
    text-align: center;
    /*font-size: 35px;*/
    font-weight: bold;
    cursor: pointer;
    border: 1px solid black;
    background: gray;
    color: white;
    border-radius: 50%;
}