#footer {
    position: static;
    margin: 0 0 0 0;
    width: 80%;
    border: 0 0 0 0;
}

#main-container {
    padding: 80px 10% 20px 10%;
    overflow: hidden;
}

#mask {
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 6;
    text-align: center;
}

#close {
    height: 20px;
    display: block; 
    float: right; 
    position: fixed; 
    right: 2.5%; 
    top: 2.5%;
    padding: 10px 10px 0 0;
    cursor: pointer;
    z-index: 7;
}

#prev-button, #next-button {
    display: block;
    position: fixed;
    top: 2.5%;
    height: 95%;
    width: 10%;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 7;
    cursor: pointer;
    text-align: center;
    transition: 0.2s all;
}

#prev-button {
    left: 2.5%;
}
#next-button {
    right: 26.25%
}

#prev-button > img, #next-button > img {
    height: 100%;
    width: 70%;
    margin: 0;
    padding: 0;
}

#frame {
    position: fixed;
    top: 2.5%;
    left: 2.5%;
    display: block;
    width: 95%;
    height: 95%;
    overflow: hidden;
    z-index: 6;
}

.title {
    width: 100%;
    vertical-align: middle;
    font-size: 25px;
    font-family: "Open Sans", "myriad pro", arial, sans-serif;
    font-weight: bold;
    color: #005b96;
    cellspacing: 0;
    cellpadding: 0;
    word-spacing: 0;
    margin: 0;
    padding: 0;
}

.yr-title {
    margin: 0 0 0 0;
    padding: 10px 0 10px 0;
}

#title-left {
    width: 20px;
    height: 20px;
    background-color: #b3cde0;
}

#title-center {
    width: 60px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-family: "Open Sans", "myriad pro", arial, sans-serif;
    font-weight: bold;
    color: #005b96;
    padding: 0;
}

#title-right {
    height: 20px;
    background-color: #b3cde0;
    font-size: 15px;
    font-family: "Open Sans", "myriad pro", arial, sans-serif;
    font-weight: normal;
    color: #ffffff;
    padding-left: 10px;
}

.single-img {
    display: inline-block;
    word-spacing: 0;
    /*background-color: #039374;*/
    margin: 2px 3.75px 2px 3.75px;
    border: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    word-spacing: 0;
    transition: 0.5s all;
    cursor: pointer;
}