.gp-gallery-picture-zoom {
    border: 1px solid #5b5b5b;
    margin: -6px 0 0 -6px;
    position: absolute;
    z-index: 100;
    padding: 5px 5px 35px 5px;
    background: #5b5b5b;
    box-shadow: 0 0 10px #999;
}
.gp-gallery-picture-hover {
    box-shadow: 1px 1px 5px #333;
}

.gp-text{
    position: absolute;
    background: #efefef;
    color: #000;
    font: 15px Arial;
    font-weight: bold;
    top: 0px;
    left: 0px;
    z-index: 200;
    display: inline-block;
    opacity:0.7;
    border-radius: 2px;
    padding: 4px;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}


