
ul.images img{
    cursor: zoom-in;
}

/* Lightbox */
div.ml_box{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(75, 75, 75, 0.95);
    text-align: center;
    z-index: 200;
}
div.ml_box.show {
    display: block;
}

div.ml_box img {
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: zoom-out;
    cursor: -webkit-zoom-out;
    border-radius: 4px;
    border: 4px solid #D7D7D7;
}

div.ml_box .animated,
div.ml_box.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}