/* Lightbox image */
.lightbox-image {
        position:relative;
        overflow:hidden;
        display:block;
        background:#FFFFFF;
        width:110px;
        height:110px;
}
.lightbox-image img {
        position:relative;
        z-index:2
}
.lightbox-image span {
        display:block;
        position:absolute;
        left:0;
        top:0;
        width:110px;
        height:110px;
        background:url(magnify.png) no-repeat 50% 50%;
        z-index:1
}