.site-planner-modules-gallery .gallery {
    position: relative;
    overflow:hidden;
}

.site-planner-modules-gallery .summary {
    width:300px;
    float: right;
}
.site-planner-modules-gallery .summary .title {
    font-size: 22px;
    margin-bottom: 15px;
}

.site-planner-modules-gallery .thumbnails .thumbnail {
    display: inline-block;
    margin: 0 5px 5px 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}
.site-planner-modules-gallery .thumbnails .thumbnail:hover {
    opacity: 0.65;
}
.site-planner-modules-gallery .panels {
    background-color: #fff;
    display: none;
    position: absolute;
    top:0;
    left:0;
    overflow: visible;
}
.site-planner-modules-gallery .panels .panel {
    display: none;
    position: absolute;
    top:0;
    left:0;
}

.site-planner-modules-gallery .buttons{
    position: absolute;
    right: 0;
    top: 0;
    /*background-color: #fff;*/
    padding: 10px;
    width: 300px;
}
.site-planner-modules-gallery .buttons a {
    background: url(../../../img/frontend/modules/Gallery/sprite.png) no-repeat;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: inline-block;
    vertical-align: top;
    width: 21px;
    height: 21px;
}

.site-planner-modules-gallery .buttons .close {
    background-position: -22px -40px;
    margin: 0 10px;
}
.site-planner-modules-gallery .buttons .close.has-text {
    width: auto;
    line-height: 21px;
    background: none;
}

.site-planner-modules-gallery .buttons .next {
    background-position: -42px -40px;
}

.site-planner-modules-gallery .buttons .prev {
    background-position: 0 -40px;
}