.jgallery {
    list-style-type: none;
    overflow: auto;
    padding: 0 !important;
}

.jgallery li {
    display: block;
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 30.333%;
    margin: 10px 3% 10px 0;
}

.jgallery li:nth-child(3n+1) {
    margin-left: 1.5%;
}

.jgallery li:nth-child(3n+3) {
    margin-right: 0;
}

.jgallery .zoom img {
    max-width: 100%;
}

.jgallery-prev {
    position: absolute;
    top: 150px;
    left: 0;
    width: 32px;
    height: 60px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jgallery-next {
    position: absolute;
    top: 150px;
    right: 0;
    width: 32px;
    height: 60px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

@media screen and (max-width: 480px) {
    .jgallery li {
        float: none;
        width: 90%;
        margin: 20px 5% !important;    
    }    
}