div.gallery {
    line-height: 1;
    background: #fff;
    color: #000;
    text-align: center;
    font: 12px Arial, sans-serif;
    cursor: default;
    height: 100%;
}
div.gallery :focus {
    outline: 0;
}
div.gallery input {
    font-family: Georgia, sans-serif;
}
div.gallery table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}
div.gallery .designer {
    font-family: "Helvetica Neue W01 77 Bd Cn",Tahoma;
    font-size: 42px;
    text-transform: uppercase;
}
div.gallery .sezone {
    font-family: Georgia;
    font-size: 16px;
}
div.gallery .content {
    width: 670px;
    overflow: hidden;
}

div.gallery .content .images {
    width: 690px;
    overflow: hidden;
}

div.gallery .content .images img {
    float: left;
    margin: 0 15px 15px 0;
    cursor: pointer;
}

#popup {
    z-index: 10;
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
