
.noscroll { 
  overflow: hidden;
}

#ImagePopup 
{
    position:fixed;
    max-width:98%;    
    max-height:98%;    
}

#ImagePopupBlock
{
    background-color:rgba(0,0,0,0.5);
    position:fixed;
    top:0%;
    right:0%;
    bottom:0%;
    left:0%;    
}

#ImagePopupImage
{
    width: auto;
    max-width: 100%;
    height: auto;
}

img.imagepopup { cursor:pointer;}

#ImagePopupTopBarDiv
{
    background-color: black;
    width: 100%;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
}

#ImagePopupIndexDiv 
{
    color:white;
    float:left;
}

#PopUpImageCloseButton
{
    color:white;
    cursor:pointer;
    float:right;
    margin-right:10px;
}

#ImagePopupLeftDiv
{
    position:fixed;
    left:10px;
}

#ImagePopupRightDiv
{
    position:fixed;
    right:10px;
}

.ImagePopupSideDiv 
{
    background-color:rgba(256, 256, 256, 0.5);
    cursor:pointer; 
    padding:0 5px;    
}
