.minor-menu {
    text-align: center;
}

.album-item {
    /*width:100%;*/
}

    .album-item .item {
        /*width:303px;*/
        float: left;
        margin-bottom: 10px;
    }

    .album-item a {
        cursor: zoom-in;
    }

    .album-item img:hover {
        border: 1px solid red;
    }
