.pgthumb.rolly {
    max-width: none;
    margin: 0;
    overflow: hidden;
}

.rolly img {
    max-width: none;
    width: 100%;
    display: block;
    position: relative;
}

.rolly-overlay {
    left: 0;
    outline: 0 solid transparent;
    position: absolute;
    top: 0;
    bottom: 100%;
    z-index: 1;
    /*background:rgba(0,0,0,0.5);*/
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 136, 204, 0.6);
}

.rolly:hover .rolly-overlay {
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.rolly .effect3 {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.rolly .rolly-info a {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: none;
    color: #fff;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    -moz-transform: scale(0.9) translateY(-20px);
    -webkit-transform: scale(0.9) translateY(-20px);
    -o-transform: scale(0.9) translateY(-20px);
    -ms-transform: scale(0.9) translateY(-20px);
    transform: scale(0.9) translateY(-20px);
    opacity: 0;
}

.rolly .rolly-info {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -30px;
    z-index: 2;
}

.rolly .rolly-info span {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.rolly .rolly-info a.info {
    margin-right: 5px;
}

.rolly .rolly-info a.image_url {
    margin-left: 5px;
}

.rolly:hover .rolly-info a {
    -moz-transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
}

.rolly .rolly-info a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #222;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pgarolly a {
    /*padding:0;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

div .plusgallery .pgalbumlink {
    padding: 0;
}

.pgalbumthumb.pgarolly img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pgalbumthumb.pgarolly:hover img {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

div .pgalbumtitle {
    bottom: 0;
    left: 0;
    width: 100%;
}