* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff; color: #666; line-height: normal;
    font-family: Arial, sans-serif;
    font-size: 12px; font-weight: normal; text-decoration: none;
}

.zoom-button {
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background: linear-gradient(to bottom, #ffffff, #f0f0f0);
    text-align: center;
    cursor: pointer;
    padding: 0 6px;
    float: right;
    margin-left: 5px;
}

.zoom-button:hover {
    background: linear-gradient(to bottom, #f0f0f0, #dadada);
    border-color: #aaaaaa;
}

.zoom-button:active, .zoom-button.selected {
    background: linear-gradient(to bottom, #dadada, #f0f0f0);
    border-color: #aaaaaa;
}

#zoom-buttons-label {
    float: right;
    line-height: 26px;
}

#wrapper.fullsize {
    width: 780px;
    position: relative;
}

#wrapper.tabletsize {
    width: 685px;
}

.fullwidth-container {
    width: 100%;
    height: 24px;
}

#app-container {
    position: absolute;
    top: 29px;
    left: 0;
    cursor: url('magnify.png'), default;
}

#app-container.fullsize {
    height: 546px;
    width: 780px;
}

#app-container.tabletsize {
    height: 456px;
    width: 685px;
}

.img-container {
    overflow: hidden;
    float: left;
    position: relative;
    background: transparent no-repeat center center;
}

.img-container.fullsize {
    height: 260px;
    width: 390px;
}

.img-container.tabletsize {
    height: 228px;
    width: 342px;
}

.img-container img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.aperture-setting {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ddd;
    /*font-weight: bold;*/
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.spaced {
    letter-spacing: 0.13em;
}
