.gp-gallery-picture-zoom {
    border: 1px solid #bbb;
    margin: -6px 0 0 -6px;
    position: absolute;
    z-index: 100;
    padding: 5px;
    background: white;
    box-shadow: 0 0 10px #999;
}
.gp-gallery-picture-hover {
    box-shadow: 1px 1px 5px #333;
}
.pictures p
{
}
.pictures div
{
 float: left;
}
.left_img
{
}
.right_img
{
}

.resize_image_div {
        float: left;
        position: relative;
        margin-top: 5px;
        margin-left: 5px
}

.description {
        overflow: hidden;
}

.zoom_image_pic {
        display: none;
        border: 1px solid #bbb;
        margin: -6px 0 0 -6px;
        position: absolute;
        padding: 5px;
        background: white;
        box-shadow: 0 0 10px #999;
        z-index: 1000;
}
.zoom_image_div{
        position:relative;
        cursor:pointer;
        left:0;
        top:0;
        /*box-shadow: 1px 1px 5px #333;*/
}
.zoom_image_div .description
{
         display: none;
         font-size: 12px;
         padding: 15px 15px 20px 15px;
}
.zoom_image_div .description div
{
         display:block;
         width:100%;
         text-align:left;
         font-size: 12px;
}

.clear {
        clear: both;
}