img.imgThumb:hover {
    cursor: url(../img/zoomin.cur), pointer !important;
}
#FixedBlack{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    display: none; 
    opacity: 0;
    text-align: center;
    z-index: 50;
}

#FixedBlack img{
    position: relative;
    margin-top: 25px;
    max-width: 90%;
    height: 90%;
    background: #fff;
    box-shadow: 0 0 10px white;
    border: 5px solid #fff;
    border-radius: 6px;
    z-index: 51;
}