body #pgzoomscroll{
    overflow-x: hidden;
}
.pgthumb:hover .front, .pgthumb.hover .front {
    transform: rotateY(180deg);
}

.second-effect {
    transition: all 0.6s ease 0s;
    width:auto;
    height:100%;
    position: relative;
    overflow: hidden;
}
.mirror{
    overflow: hidden;
}
.mirror .front{
    z-index: 2;
    position: relative;
}
.front, .back {
    backface-visibility: hidden;
    left: 0;
    position: absolute;
    top: 0;
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    transition: all 0.6s ease 0s;
    overflow: hidden;
}
.back {
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    bottom:0;
    right:0;
}
.pgthumb:hover .back, .pgthumb.hover .back{
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.mirror .view img {
    display: block;
    position: relative;
    max-width: none;
    width:100%;
    height:100%;
}
.plusgallery .view a{
    background: rgba(0,0,0,0.2);
    box-shadow: none;
    color: #fff;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    padding:0;
    height:50px;
    width:50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    text-align: center;
    line-height: 50px;
}
.plusgallery .view a.info{
    margin-left: -50px;
}
.plusgallery .view a.info.pgthumbimg_one{
    margin-left: -25px;
}
.plusgallery .view a.image_url{
    margin-left: 10px;
}
.pgthumb:hover .back a{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.pgthumb .back a:hover{
    background: #fff;
}
.pgthumb .back span.title{
    display:block;
    padding:10px;
    text-transform: uppercase;
    font-size:16px;
    color:#fff;
    text-align: center;
    top:-50px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pgthumb:hover .back span.title {
    top: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pgalbumthumb .pgloading{
    /*border-radius:50%;*/
    /*-webkit-border-radius:50%;*/
}